mirror of
https://github.com/anoma/juvix.git
synced 2025-01-05 22:46:08 +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`.
18 lines
279 B
Plaintext
18 lines
279 B
Plaintext
-- Generated by stackage-to-hackage
|
|
|
|
with-compiler: ghc-9.2.6
|
|
|
|
packages:
|
|
./
|
|
|
|
jobs: $ncpus
|
|
|
|
allow-older: *
|
|
allow-newer: *
|
|
|
|
import: https://www.stackage.org/lts-20.12/cabal.config
|
|
|
|
package juvix
|
|
ghc-options: -optP-Wno-nonportable-include-path
|
|
test-show-details: direct
|