;stack: use base-compat < 0.11 and latest lts for Shake/regex (#1090)

[ci skip]
This commit is contained in:
Simon Michael 2019-11-29 07:48:03 -08:00
parent ac5652b7cc
commit 3c226f869a
2 changed files with 12 additions and 10 deletions

View File

@ -9,7 +9,8 @@
--package shake --package shake
--package time --package time
ghc ghc
-} -- uses the project's current stack resolver -}
-- uses the project's default resolver & extra deps (see stack.yaml)
{- {-
One of two project scripts files (Makefile, Shake.hs). This one One of two project scripts files (Makefile, Shake.hs). This one

View File

@ -1,7 +1,6 @@
# stack build plan using GHC 8.6.5 # stack build plan using GHC 8.6.5
resolver: lts-14.4 resolver: lts-14.16
#resolver: nightly-2019-07-26
packages: packages:
- hledger-lib - hledger-lib
@ -16,13 +15,15 @@ nix:
# allow-newer: true # allow-newer: true
extra-deps: extra-deps:
# for testing base-compat 0.11 compatibility: # for Shake.hs (regex doesn't support base-compat-0.11):
- aeson-1.4.6.0 - regex-1.0.2.0@rev:1
- aeson-compat-0.3.9 # for testing base-compat 0.11 compatibility (mutually exclusive with the above):
- attoparsec-iso8601-1.0.1.0 # - aeson-1.4.6.0
- base-compat-batteries-0.11.0 # - aeson-compat-0.3.9
- base-compat-0.11.0 # - attoparsec-iso8601-1.0.1.0
- http-api-data-0.4.1.1 # - base-compat-batteries-0.11.0
# - base-compat-0.11.0
# - http-api-data-0.4.1.1
# for hledger-lib: # for hledger-lib:
# for hledger: # for hledger:
# for hledger-ui: # for hledger-ui: