mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;stack: use base-compat < 0.11 and latest lts for Shake/regex (#1090)
[ci skip]
This commit is contained in:
parent
ac5652b7cc
commit
3c226f869a
3
Shake.hs
3
Shake.hs
@ -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
|
||||
|
19
stack.yaml
19
stack.yaml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user