From a70e6bd08fa1be193095b1463a151e081fb70a86 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 1 Mar 2020 14:39:28 -0800 Subject: [PATCH] ;stack-8.0: disable hledger-web for lack of wai-handler-launch install plan [ci skip] --- stack-8.0.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/stack-8.0.yaml b/stack-8.0.yaml index 41e0bea1c..56e2f554d 100644 --- a/stack-8.0.yaml +++ b/stack-8.0.yaml @@ -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