From fc70e0d3001d7faba81af45e10b78055a801adc7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 10 Oct 2025 20:20:03 -1000 Subject: [PATCH] ;pkg:stack config for ghc 9.14 --- stack914.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 stack914.yaml diff --git a/stack914.yaml b/stack914.yaml new file mode 100644 index 000000000..e74033f05 --- /dev/null +++ b/stack914.yaml @@ -0,0 +1,21 @@ +# stack build plan using GHC 9.14 installed in PATH +# https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/9.14 + +resolver: nightly-2025-10-11 +compiler: ghc-9.14 +notify-if-ghc-untested: false +notify-if-cabal-untested: false +allow-newer: true + +packages: +- hledger-lib +- hledger +- hledger-ui +- hledger-web + +extra-deps: +# currently out of stackage: +- yesod-static-1.6.1.0 +- yesod-test-1.6.19 +- cryptonite-0.30 +- cryptonite-conduit-0.2.2