;stack: bump default, 8.10 builds to lts-15.4

This commit is contained in:
Simon Michael 2020-03-16 10:41:22 -07:00
parent 33df4dbccb
commit b151235a43
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ compiler: ghc-8.10.0.20200123
compiler-check: match-exact compiler-check: match-exact
############################################################################### ###############################################################################
resolver: lts-15.2 resolver: lts-15.4
packages: packages:
- hledger-lib - hledger-lib

View File

@ -1,4 +1,4 @@
# stack build plan using GHC 8.8.1 # stack build plan using GHC 8.8.3
nix: nix:
pure: false pure: false
@ -7,7 +7,7 @@ nix:
# stack seems to enable this by default now, basically disabling bounds checks. Force it off. # stack seems to enable this by default now, basically disabling bounds checks. Force it off.
#allow-newer: false #allow-newer: false
#resolver: nightly-2020-01-31 #resolver: nightly-2020-01-31
resolver: lts-15.2 resolver: lts-15.4
packages: packages:
- hledger-lib - hledger-lib