diff options
author | Shinya Yamaguchi <waddlaw@users.noreply.github.com> | 2019-07-17 20:28:04 +0900 |
---|---|---|
committer | Alexey Kiryushin <alexey.a.kiryushin@gmail.com> | 2019-07-17 14:28:04 +0300 |
commit | a8d0ab9c9a5cd1a72f52a5d05523e040acc7a0dc (patch) | |
tree | ee3c3879678bb793c83d596c66a88a727c1e7b90 | |
parent | 3da88457b2566aec3f4e0b368a21c9f2bb389e29 (diff) |
Migrate stack v2 (#39)
-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 |