1
1
mirror of https://github.com/anoma/juvix.git synced 2024-11-22 14:17:29 +03:00
juvix/stack.yaml
Paul Cadman 0d18294fce
Revert GHC 9.10.1 update (#3052)
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.
2024-09-19 21:02:43 +01:00

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