diff options
-rw-r--r-- | stack-8.2.2.yaml | 5 | ||||
-rw-r--r-- | stack-8.4.3.yaml | 3 | ||||
-rw-r--r-- | stack-8.4.4.yaml | 3 | ||||
-rw-r--r-- | stack-8.6.3.yaml | 3 | ||||
-rw-r--r-- | stack-8.6.4.yaml | 3 | ||||
-rw-r--r-- | stack-8.6.5.yaml | 3 | ||||
-rw-r--r-- | stack.yaml | 3 |
7 files changed, 7 insertions, 16 deletions
diff --git a/stack-8.2.2.yaml b/stack-8.2.2.yaml index 96d1825..3815030 100644 --- a/stack-8.2.2.yaml +++ b/stack-8.2.2.yaml @@ -1,10 +1,7 @@ resolver: lts-11.3 packages: - '.' -packages: - - . - - location: vendor/cabal-helper-0.8.1.2 - extra-dep: true +- 'vendor/cabal-helper-0.8.1.2' extra-deps: - cabal-plan-0.4.0.0 - pretty-show-1.8.2 diff --git a/stack-8.4.3.yaml b/stack-8.4.3.yaml index f086c39..d766956 100644 --- a/stack-8.4.3.yaml +++ b/stack-8.4.3.yaml @@ -1,8 +1,7 @@ resolver: lts-12.12 packages: - '.' -- location: vendor/cabal-helper-0.8.1.2 - extra-dep: true +- 'vendor/cabal-helper-0.8.1.2' allow-newer: true extra-deps: - cabal-plan-0.4.0.0 diff --git a/stack-8.4.4.yaml b/stack-8.4.4.yaml index 66a7c8a..c7fc9cc 100644 --- a/stack-8.4.4.yaml +++ b/stack-8.4.4.yaml @@ -1,8 +1,7 @@ resolver: lts-12.16 packages: - '.' -- location: vendor/cabal-helper-0.8.1.2 - extra-dep: true +- 'vendor/cabal-helper-0.8.1.2' allow-newer: true extra-deps: - cabal-plan-0.4.0.0 diff --git a/stack-8.6.3.yaml b/stack-8.6.3.yaml index a577156..498a9da 100644 --- a/stack-8.6.3.yaml +++ b/stack-8.6.3.yaml @@ -1,8 +1,7 @@ resolver: lts-13.0 packages: - '.' -- location: vendor/cabal-helper-0.8.1.2 - extra-dep: true +- 'vendor/cabal-helper-0.8.1.2' allow-newer: true extra-deps: - cabal-plan-0.4.0.0 diff --git a/stack-8.6.4.yaml b/stack-8.6.4.yaml index dc6a90a..28009ab 100644 --- a/stack-8.6.4.yaml +++ b/stack-8.6.4.yaml @@ -1,8 +1,7 @@ resolver: lts-13.12 packages: - '.' -- location: vendor/cabal-helper-0.8.1.2 - extra-dep: true +- 'vendor/cabal-helper-0.8.1.2' allow-newer: true extra-deps: - cabal-plan-0.4.0.0 diff --git a/stack-8.6.5.yaml b/stack-8.6.5.yaml index 5944fc2..fcc84d6 100644 --- a/stack-8.6.5.yaml +++ b/stack-8.6.5.yaml @@ -1,8 +1,7 @@ resolver: lts-13.20 packages: - '.' -- location: vendor/cabal-helper-0.8.1.2 - extra-dep: true +- 'vendor/cabal-helper-0.8.1.2' allow-newer: true extra-deps: - cabal-plan-0.4.0.0 @@ -1,8 +1,7 @@ resolver: lts-13.20 packages: - '.' -- location: vendor/cabal-helper-0.8.1.2 - extra-dep: true +- 'vendor/cabal-helper-0.8.1.2' allow-newer: true extra-deps: - cabal-plan-0.4.0.0 |