From 2f1c2a4c87ebd55b8a335bc4670eec875af8b4c4 Mon Sep 17 00:00:00 2001 From: alexwl Date: Sun, 22 Mar 2020 15:33:46 +0300 Subject: Add stack-8.8.3.yaml (LTS 15.4) --- stack-8.8.1.yaml | 15 --------------- stack-8.8.3.yaml | 12 ++++++++++++ vendor/cabal-helper-0.8.1.2/lib/Distribution/Helper.hs | 2 +- 3 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 stack-8.8.1.yaml create mode 100644 stack-8.8.3.yaml diff --git a/stack-8.8.1.yaml b/stack-8.8.1.yaml deleted file mode 100644 index 6ccb551..0000000 --- a/stack-8.8.1.yaml +++ /dev/null @@ -1,15 +0,0 @@ -resolver: nightly-2019-11-29 -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 - - git: https://github.com/haskell/hackage-security - commit: 2057cdf2abba852881cd9d055c96f03cd8c829e7 - subdirs: - - hackage-security diff --git a/stack-8.8.3.yaml b/stack-8.8.3.yaml new file mode 100644 index 0000000..4ea255c --- /dev/null +++ b/stack-8.8.3.yaml @@ -0,0 +1,12 @@ +resolver: lts-15.4 +packages: +- '.' +- 'vendor/cabal-helper-0.8.1.2' +allow-newer: true +extra-deps: + - haddock-library-1.7.0@sha256:8f230ebb680b559256d9c18ce4942ba5bf220b167804b4ebd5cc9e47cc4973cd + - cabal-install-3.0.0.0@sha256:5e3c4376e53c06521cca2c037074423dbb967e228af6174bf842ff38aa82b035 + - git: https://github.com/haskell/hackage-security + commit: 2057cdf2abba852881cd9d055c96f03cd8c829e7 + subdirs: + - hackage-security 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 -- cgit v1.2.3