diff --git a/stack-8.10.yaml b/stack-8.10.yaml index 5e70d2369..04f0058c3 100644 --- a/stack-8.10.yaml +++ b/stack-8.10.yaml @@ -1,5 +1,12 @@ # stack build plan using GHC 8.10 +nix: + pure: false + packages: [perl gmp ncurses zlib] + +# stack seems to enable this by default now, basically disabling bounds checks. Force it off. +#allow-newer: false + ############################################################################### # from https://github.com/DanBurton/stack-setup-info-gen/tree/master/output: setup-info: @@ -52,9 +59,6 @@ compiler: ghc-8.10.0.20200123 compiler-check: match-exact ############################################################################### - -allow-newer: true - resolver: nightly-2020-01-25 packages: @@ -63,10 +67,6 @@ packages: - hledger-ui - hledger-web -nix: - pure: false - packages: [perl gmp ncurses zlib] - extra-deps: # for hledger-lib: # for hledger: diff --git a/stack.yaml b/stack.yaml index 94ad21ae3..4fb928842 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,7 +1,12 @@ # stack build plan using GHC 8.8.1 +nix: + pure: false + packages: [perl gmp ncurses zlib] + +# stack seems to enable this by default now, basically disabling bounds checks. Force it off. +#allow-newer: false resolver: nightly-2020-01-31 -# allow-newer: true packages: - hledger-lib @@ -9,10 +14,6 @@ packages: - hledger-ui - hledger-web -nix: - pure: false - packages: [perl gmp ncurses zlib] - extra-deps: # for hledger-lib: # for hledger: