;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 time
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

View File

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