From a8d0ab9c9a5cd1a72f52a5d05523e040acc7a0dc Mon Sep 17 00:00:00 2001 From: Shinya Yamaguchi Date: Wed, 17 Jul 2019 20:28:04 +0900 Subject: Migrate stack v2 (#39) --- stack-8.2.2.yaml | 5 +---- stack-8.4.3.yaml | 3 +-- stack-8.4.4.yaml | 3 +-- stack-8.6.3.yaml | 3 +-- stack-8.6.4.yaml | 3 +-- stack-8.6.5.yaml | 3 +-- 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 diff --git a/stack.yaml b/stack.yaml index 5944fc2..fcc84d6 100644 --- a/stack.yaml +++ b/stack.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 -- cgit v1.2.3