2024-01-28 00:28:11 +03:00
|
|
|
# stack build plan using GHC 9.6.4
|
2022-11-26 07:45:17 +03:00
|
|
|
|
2024-04-16 22:00:57 +03:00
|
|
|
resolver: lts-22.17
|
2022-11-26 07:45:17 +03:00
|
|
|
|
|
|
|
packages:
|
|
|
|
- hledger-lib
|
|
|
|
- hledger
|
|
|
|
- hledger-ui
|
2023-01-12 10:51:02 +03:00
|
|
|
- hledger-web
|
2022-11-26 07:45:17 +03:00
|
|
|
|
2024-02-29 02:13:22 +03:00
|
|
|
extra-deps:
|
2024-04-10 20:37:45 +03:00
|
|
|
- process-1.6.19.0 # for HSEC-2024-0003
|
|
|
|
- Cabal-3.10.1.0
|
|
|
|
- haskeline-0.8.2.1
|
|
|
|
|
2024-04-18 01:34:07 +03:00
|
|
|
- vty-windows-0.2.0.2 # not yet in stackage
|
2022-11-26 07:45:17 +03:00
|
|
|
|
|
|
|
nix:
|
|
|
|
pure: false
|
|
|
|
packages: [perl gmp ncurses zlib]
|
|
|
|
|
2022-12-01 17:45:46 +03:00
|
|
|
# ghc-options:
|
|
|
|
# "$locals": -fplugin Debug.Breakpoint
|
2022-11-26 07:45:17 +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
|