1
1
mirror of https://github.com/anoma/juvix.git synced 2025-01-06 23:56:20 +03:00
juvix/stack.yaml
Paul Cadman 54d6c28127
Update stack resolver to lts-20.12 (#1873)
* 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`.
2023-03-06 10:10:56 +01:00

4 lines
81 B
YAML

ghc-options:
"$locals": -optP-Wno-nonportable-include-path
resolver: lts-20.12