mirror of
https://github.com/anoma/juvix.git
synced 2024-11-22 14:17:29 +03:00
0d18294fce
We cannot build linux static binaries with GHC 9.10.1: * https://github.com/anoma/juvix/issues/3037 This PR reverts the GHC update to unblock Juvix releases / nightly releases. We can try the update again when stackage nightly updates to GHC 9.10.1.
15 lines
438 B
YAML
15 lines
438 B
YAML
ghc-options:
|
|
"$locals": -optP-Wno-nonportable-include-path
|
|
resolver: nightly-2024-05-31
|
|
extra-deps:
|
|
- git: https://github.com/haskell-effectful/effectful.git
|
|
commit: 2037be9a4f4e8f8fd280d9359b1bc7feff9b29b9
|
|
subdirs:
|
|
- effectful-th
|
|
- git: https://github.com/Vekhir/aeson-better-errors.git
|
|
commit: 1ec49ab7d1472046b680b5a64ae2930515b47714
|
|
allow-newer: true
|
|
allow-newer-deps:
|
|
- aeson-better-errors
|
|
- effectful-th
|