2022-03-26 09:59:28 +03:00
|
|
|
# stack build plan using GHC 9.0.2
|
|
|
|
|
|
|
|
nix:
|
|
|
|
pure: false
|
|
|
|
packages: [perl gmp ncurses zlib]
|
|
|
|
|
2022-03-26 22:38:10 +03:00
|
|
|
resolver: lts-19.0
|
2022-03-26 09:59:28 +03:00
|
|
|
|
|
|
|
# for https://gitlab.haskell.org/ghc/ghc/-/issues/20592 on mac m1 (adjust path if needed)
|
|
|
|
extra-include-dirs:
|
|
|
|
- /Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/ffi
|
|
|
|
|
|
|
|
packages:
|
|
|
|
- hledger-lib
|
|
|
|
- hledger
|
|
|
|
- hledger-ui
|
|
|
|
- hledger-web
|
|
|
|
|
2022-08-17 17:23:33 +03:00
|
|
|
extra-deps:
|
2022-03-26 09:59:28 +03:00
|
|
|
# for hledger-lib:
|
2022-12-01 17:45:46 +03:00
|
|
|
# - breakpoint-0.1.2.0
|
2022-03-26 09:59:28 +03:00
|
|
|
# for hledger:
|
|
|
|
# for hledger-ui:
|
2022-11-26 08:12:28 +03:00
|
|
|
- brick-1.5
|
2022-08-17 17:23:33 +03:00
|
|
|
- bimap-0.5.0
|
2022-09-20 06:56:01 +03:00
|
|
|
- fsnotify-0.4.0.0
|
2022-08-17 17:23:33 +03:00
|
|
|
- text-zipper-0.12
|
|
|
|
- vty-5.36
|
2022-03-26 09:59:28 +03:00
|
|
|
# for hledger-web:
|
|
|
|
# for Shake.hs:
|
|
|
|
|
2022-12-01 17:45:46 +03:00
|
|
|
# ghc-options:
|
|
|
|
# "$locals": -fplugin Debug.Breakpoint
|
2022-08-23 02:36:31 +03:00
|
|
|
|
2022-03-26 09:59:28 +03:00
|
|
|
# for precise profiling, per https://www.tweag.io/posts/2020-01-30-haskell-profiling.html:
|
|
|
|
# apply-ghc-options: everything
|
|
|
|
# rebuild-ghc-options: true
|
|
|
|
# stack build --profile --ghc-options="-fno-prof-auto"
|
|
|
|
|
|
|
|
# tell GHC to write hie files, eg for weeder. Rumoured to be slow.
|
|
|
|
# ghc-options:
|
|
|
|
# "$locals": -fwrite-ide-info
|
|
|
|
|
|
|
|
# ghc-options:
|
|
|
|
# "$locals": -ddump-timings
|
|
|
|
# "$targets": -Werror
|
|
|
|
# "$everything": -O2
|
|
|
|
# some-package: -DSOME_CPP_FLAG
|