;stack-8.0: disable hledger-web for lack of wai-handler-launch install plan

[ci skip]
This commit is contained in:
Simon Michael 2020-03-01 14:39:28 -08:00
parent 752e8ed49a
commit a70e6bd08f

View File

@ -1,12 +1,17 @@
# stack build plan using GHC 8.0.2
# stack seems to enable this by default now, basically disabling bounds checks. Force it off.
#allow-newer: false
resolver: lts-9.21
packages:
- hledger-lib
- hledger
- hledger-ui
- hledger-web
#- hledger-web
# Disabled for now. hledger-web-0.17 depends on wai-handler-launch >= 3.0.3,
# need an install plan allowing that.
# TODO: some of these were for hledger-api and can be removed
extra-deps:
@ -51,7 +56,6 @@ extra-deps:
- hashtables-1.2.3.1
# avoid hanging with windows symlinks https://github.com/simonmichael/hledger/issues/791
- directory-1.3.2.2
# hledger-ui
# newer fsnotify has a different api and may be more robust
- fsnotify-0.3.0.1
- Glob-0.9.2