;stack-8.2/4/6: ensure new-enough wai-handler-launch

[ci skip]
This commit is contained in:
Simon Michael 2020-03-01 15:01:09 -08:00
parent a70e6bd08f
commit b7c815aff5
3 changed files with 31 additions and 14 deletions

View File

@ -1,5 +1,12 @@
# stack build plan using GHC 8.2.2
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: lts-11.22
packages:
@ -34,7 +41,6 @@ extra-deps:
- ansi-terminal-0.10.2
- wcwidth-0.0.2
- ansi-wl-pprint-0.6.9
nix:
pure: false
packages: [perl gmp ncurses zlib]
- wai-handler-launch-3.0.3.1
- streaming-commons-0.2.1.2
- network-2.7.0.0

View File

@ -1,5 +1,12 @@
# stack build plan using GHC 8.4.3
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: lts-12.26
packages:
@ -16,7 +23,6 @@ extra-deps:
- tasty-hunit-0.10.0.2
- ansi-terminal-0.10.2
- ansi-wl-pprint-0.6.9
nix:
pure: false
packages: [perl gmp ncurses zlib]
- wai-handler-launch-3.0.3.1
- streaming-commons-0.2.1.2
- network-2.7.0.0

View File

@ -1,5 +1,12 @@
# stack build plan using GHC 8.6.5
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: lts-14.16
packages:
@ -8,12 +15,6 @@ packages:
- hledger-ui
- hledger-web
nix:
pure: false
packages: [perl gmp ncurses zlib]
# allow-newer: true
extra-deps:
# for Shake.hs (regex doesn't support base-compat-0.11):
- regex-1.0.2.0@rev:1
@ -37,3 +38,7 @@ extra-deps:
# (hledger-web build failure with GHC 8.6 on Windows 7)
# Might also be fixed by using GHC 8.6.5+, mixed reports
#- unix-time-0.4.6
- wai-handler-launch-3.0.3.1
# - streaming-commons-0.2.1.2
# - network-2.7.0.0