mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
stack: bump to ghc 9.0.2, with mac m1 workaround
This commit is contained in:
parent
8cd9e81c34
commit
5ca5f2f875
10
stack.yaml
10
stack.yaml
@ -1,12 +1,14 @@
|
||||
# stack build plan using GHC 9.0.1
|
||||
# stack build plan using GHC 9.0.2
|
||||
|
||||
nix:
|
||||
pure: false
|
||||
packages: [perl gmp ncurses zlib]
|
||||
|
||||
resolver: nightly-2021-12-16
|
||||
#resolver: nightly-2022-01-10
|
||||
# ghc 9.0.2, waiting for https://gitlab.haskell.org/ghc/ghc/-/issues/20592
|
||||
resolver: nightly-2022-01-20
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user