-
-
Notifications
You must be signed in to change notification settings - Fork 375
Expand file tree
/
Copy pathstack.yaml
More file actions
23 lines (20 loc) · 564 Bytes
/
stack.yaml
File metadata and controls
23 lines (20 loc) · 564 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# stack build plan using GHC 9.14 installed in PATH
# https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/9.14
packages:
- hledger-lib
- hledger
- hledger-ui
- hledger-web
resolver: nightly-2026-03-23
compiler: ghc-9.14
# notify-if-ghc-untested: false
# notify-if-cabal-untested: false
notify-if-no-run-tests: false
extra-deps:
# for #2410, #2512:
- haskeline-0.8.4.1
# currently out of stackage:
- yesod-static-1.6.1.0 # <1.6.1.1 to avoid https://github.com/psibi/crypton-conduit/issues/3
- yesod-test-1.6.19
- cryptonite-0.30
- cryptonite-conduit-0.2.2