mirror of
https://github.com/anoma/juvix.git
synced 2025-01-06 23:56:20 +03:00
54d6c28127
* Fixes https://github.com/anoma/juvix/issues/1811 This PR updates: * The CI workflows to use GHC 9.2.6 * The stack resolver to LTS-20.12 * The cabal.project to point to stackage LTS-20.12 * The linux static build CI to use alpine GHC 9.2.6 NB: You may need to install GHC 9.2.6 and run `cabal update` before trying the build with `cabal`.
4 lines
81 B
YAML
4 lines
81 B
YAML
ghc-options:
|
|
"$locals": -optP-Wno-nonportable-include-path
|
|
resolver: lts-20.12
|