diff --git a/test/integration/tests/3860-better-cache/files/custom1/custom1.yaml b/test/integration/tests/3860-better-cache/files/custom1/custom1.yaml index 818b612b05..543f613f83 100644 --- a/test/integration/tests/3860-better-cache/files/custom1/custom1.yaml +++ b/test/integration/tests/3860-better-cache/files/custom1/custom1.yaml @@ -1,2 +1,4 @@ -resolver: custom1.yaml -packages: [] +compiler: ghc-8.2 +name: custom1 +packages: +- mtl-2.2.1 diff --git a/test/integration/tests/3860-better-cache/files/custom1/stack.yaml b/test/integration/tests/3860-better-cache/files/custom1/stack.yaml index 818b612b05..79d35008ea 100644 --- a/test/integration/tests/3860-better-cache/files/custom1/stack.yaml +++ b/test/integration/tests/3860-better-cache/files/custom1/stack.yaml @@ -1,2 +1 @@ resolver: custom1.yaml -packages: [] diff --git a/test/integration/tests/3860-better-cache/files/custom2/custom2.yaml b/test/integration/tests/3860-better-cache/files/custom2/custom2.yaml index 818b612b05..d75b52933b 100644 --- a/test/integration/tests/3860-better-cache/files/custom2/custom2.yaml +++ b/test/integration/tests/3860-better-cache/files/custom2/custom2.yaml @@ -1,2 +1,5 @@ -resolver: custom1.yaml -packages: [] +compiler: ghc-8.2 +name: custom2 +packages: +- mtl-2.2.1 +- text diff --git a/test/integration/tests/3860-better-cache/files/custom2/stack.yaml b/test/integration/tests/3860-better-cache/files/custom2/stack.yaml index 818b612b05..3a44e578c5 100644 --- a/test/integration/tests/3860-better-cache/files/custom2/stack.yaml +++ b/test/integration/tests/3860-better-cache/files/custom2/stack.yaml @@ -1,2 +1 @@ -resolver: custom1.yaml -packages: [] +resolver: custom2.yaml