aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexwl <alexey.a.kiryushin@gmail.com>2020-03-22 15:33:46 +0300
committeralexwl <alexey.a.kiryushin@gmail.com>2020-03-22 15:33:46 +0300
commit2f1c2a4c87ebd55b8a335bc4670eec875af8b4c4 (patch)
tree4c6b07153cd7f8585ae0b7a9f6242b4cab42cc48
parent66cdcb759beb6950f74e26e9de5f171e5c49f4f7 (diff)
Add stack-8.8.3.yaml (LTS 15.4)
-rw-r--r--stack-8.8.3.yaml (renamed from stack-8.8.1.yaml)7
-rw-r--r--vendor/cabal-helper-0.8.1.2/lib/Distribution/Helper.hs2
2 files changed, 3 insertions, 6 deletions
diff --git a/stack-8.8.1.yaml b/stack-8.8.3.yaml
index 6ccb551..4ea255c 100644
--- a/stack-8.8.1.yaml
+++ b/stack-8.8.3.yaml
@@ -1,14 +1,11 @@
-resolver: nightly-2019-11-29
+resolver: lts-15.4
packages:
- '.'
- 'vendor/cabal-helper-0.8.1.2'
allow-newer: true
extra-deps:
- - cabal-plan-0.4.0.0
- - cabal-install-3.0.0.0@sha256:5e3c4376e53c06521cca2c037074423dbb967e228af6174bf842ff38aa82b035
- haddock-library-1.7.0@sha256:8f230ebb680b559256d9c18ce4942ba5bf220b167804b4ebd5cc9e47cc4973cd
- - wreq-0.5.3.2@sha256:eb1d848e983a1d1b8960c28840b55e56d8b3d760e9d014b5d9d018b13439e63f
- - resolv-0.1.1.3@sha256:bb759a2d7367aad1ce61b3ba877cf64a200ebab4bc7e61cf71c9e879932ae348
+ - cabal-install-3.0.0.0@sha256:5e3c4376e53c06521cca2c037074423dbb967e228af6174bf842ff38aa82b035
- git: https://github.com/haskell/hackage-security
commit: 2057cdf2abba852881cd9d055c96f03cd8c829e7
subdirs:
diff --git a/vendor/cabal-helper-0.8.1.2/lib/Distribution/Helper.hs b/vendor/cabal-helper-0.8.1.2/lib/Distribution/Helper.hs
index b72faed..7606ee7 100644
--- a/vendor/cabal-helper-0.8.1.2/lib/Distribution/Helper.hs
+++ b/vendor/cabal-helper-0.8.1.2/lib/Distribution/Helper.hs
@@ -98,7 +98,7 @@ module Distribution.Helper (
, module Data.Functor.Apply
) where
-import Cabal.Plan
+import Cabal.Plan hiding (findPlanJson)
import Control.Applicative
import Control.Monad
import Control.Monad.IO.Class