2023-07-01 20:52:19 +03:00
|
|
|
# stack build plan using GHC 9.2.8
|
2021-12-07 00:07:28 +03:00
|
|
|
|
2023-07-01 20:52:19 +03:00
|
|
|
resolver: lts-20.26
|
2021-12-07 00:07:28 +03:00
|
|
|
|
|
|
|
packages:
|
|
|
|
- hledger-lib
|
|
|
|
- hledger
|
|
|
|
- hledger-ui
|
2022-04-16 04:02:11 +03:00
|
|
|
- hledger-web
|
2021-12-07 00:07:28 +03:00
|
|
|
|
2022-08-17 13:04:50 +03:00
|
|
|
extra-deps:
|
2024-04-10 20:37:45 +03:00
|
|
|
- process-1.6.19.0 # for HSEC-2024-0003
|
|
|
|
- Cabal-3.6.3.0
|
|
|
|
|
2022-12-23 08:25:08 +03:00
|
|
|
- megaparsec-9.3.0
|
2024-02-29 03:39:53 +03:00
|
|
|
- safe-0.3.21
|
2022-12-23 09:24:54 +03:00
|
|
|
# for hledger-lib:
|
2021-12-07 00:07:28 +03:00
|
|
|
# for hledger:
|
|
|
|
# for hledger-ui:
|
2024-02-29 01:44:30 +03:00
|
|
|
- brick-2.3.1
|
|
|
|
- vty-6.2
|
|
|
|
- vty-crossplatform-0.4.0.0
|
|
|
|
- vty-unix-0.2.0.0
|
|
|
|
- vty-windows-0.2.0.1
|
|
|
|
- text-zipper-0.13
|
2023-03-11 07:58:22 +03:00
|
|
|
- fsnotify-0.4.1.0
|
2021-12-07 00:07:28 +03:00
|
|
|
# for hledger-web:
|
|
|
|
# for Shake.hs:
|
|
|
|
|
2022-03-26 00:47:23 +03:00
|
|
|
nix:
|
|
|
|
pure: false
|
|
|
|
packages: [perl gmp ncurses zlib]
|
2021-12-07 00:07:28 +03:00
|
|
|
|
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 00:47:23 +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"
|
2021-12-07 00:07:28 +03:00
|
|
|
|
2022-03-26 00:47:23 +03:00
|
|
|
# # tell GHC to write hie files, eg for weeder. Rumoured to be slow.
|
|
|
|
# # ghc-options:
|
|
|
|
# # "$locals": -fwrite-ide-info
|
2021-12-07 00:07:28 +03:00
|
|
|
|
2022-03-26 00:47:23 +03:00
|
|
|
# # ghc-options:
|
|
|
|
# # "$locals": -ddump-timings
|
|
|
|
# # "$targets": -Werror
|
|
|
|
# # "$everything": -O2
|
|
|
|
# # some-package: -DSOME_CPP_FLAG
|