mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
ff0132df28
This gives us more accurate string length calculations. In particular, it handles emoji and other scripts properly.
51 lines
1.2 KiB
YAML
51 lines
1.2 KiB
YAML
# stack build plan using GHC 8.6.5
|
|
|
|
nix:
|
|
pure: false
|
|
packages: [perl gmp ncurses zlib]
|
|
|
|
resolver: lts-14.27
|
|
|
|
packages:
|
|
- hledger-lib
|
|
- hledger
|
|
- hledger-ui
|
|
- hledger-web
|
|
|
|
extra-deps:
|
|
# for Shake.hs (regex doesn't support base-compat-0.11):
|
|
- regex-1.0.2.0@rev:1
|
|
- doclayout-0.3.1.1
|
|
- emojis-0.1.2
|
|
# for testing base-compat 0.11 compatibility (mutually exclusive with the above):
|
|
# - aeson-1.4.6.0
|
|
# - aeson-compat-0.3.9
|
|
# - attoparsec-iso8601-1.0.1.0
|
|
# - base-compat-batteries-0.11.0
|
|
# - base-compat-0.11.0
|
|
# - http-api-data-0.4.1.1
|
|
# for hledger-lib:
|
|
- pretty-simple-4.0.0.0
|
|
- prettyprinter-1.7.0
|
|
- prettyprinter-ansi-terminal-1.1.2
|
|
- doctest-0.18.1
|
|
# for hledger:
|
|
- githash-0.1.4.0
|
|
# for hledger-ui:
|
|
# for hledger-web:
|
|
- ghc-byteorder-4.11.0.0.10
|
|
- base64-0.4.2.3
|
|
|
|
# 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
|
|
|
|
- wai-handler-launch-3.0.3.1
|
|
# - streaming-commons-0.2.1.2
|
|
# - network-2.7.0.0
|