;stack-8.0: disable hledger-web for lack of wai-handler-launch install plan
[ci skip]
This commit is contained in:
parent
752e8ed49a
commit
a70e6bd08f
@ -1,12 +1,17 @@
|
|||||||
# stack build plan using GHC 8.0.2
|
# 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
|
resolver: lts-9.21
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
- hledger-lib
|
- hledger-lib
|
||||||
- hledger
|
- hledger
|
||||||
- hledger-ui
|
- 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
|
# TODO: some of these were for hledger-api and can be removed
|
||||||
extra-deps:
|
extra-deps:
|
||||||
@ -51,7 +56,6 @@ extra-deps:
|
|||||||
- hashtables-1.2.3.1
|
- hashtables-1.2.3.1
|
||||||
# avoid hanging with windows symlinks https://github.com/simonmichael/hledger/issues/791
|
# avoid hanging with windows symlinks https://github.com/simonmichael/hledger/issues/791
|
||||||
- directory-1.3.2.2
|
- directory-1.3.2.2
|
||||||
# hledger-ui
|
|
||||||
# newer fsnotify has a different api and may be more robust
|
# newer fsnotify has a different api and may be more robust
|
||||||
- fsnotify-0.3.0.1
|
- fsnotify-0.3.0.1
|
||||||
- Glob-0.9.2
|
- Glob-0.9.2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user