forked from simonmichael/hledger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.yaml
35 lines (28 loc) · 782 Bytes
/
stack.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# stack build plan using GHC 8.6.5
#resolver: lts-13.29
resolver: nightly-2019-07-26
packages:
- hledger-lib
- hledger
- hledger-ui
- hledger-web
- hledger-api
nix:
pure: false
packages: [perl gmp ncurses zlib]
# allow-newer: true
extra-deps:
# for hledger-lib:
# for hledger:
# for hledger-ui:
- brick-0.47.1
- data-clist-0.1.2.3
# for hledger-web:
# for hledger-api:
# Workaround for https://github.com/commercialhaskell/stack/issues/3922
# Try dropping this.. after stack 2 has been out a while ? Or now ? How about now ?
#- haskell-src-exts-1.21.0
# Use at least 0.46 to work around https://github.com/simonmichael/hledger/issues/1039
# (hledger-web build failure with GHC 8.6 on Windows 7)
# Might also be fixed by using GHC 8.6.5+, mixed reports
#- unix-time-0.4.6