We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0fbe3 commit 2a8b2cbCopy full SHA for 2a8b2cb
.github/workflows/hello.yml
@@ -16,9 +16,10 @@ jobs:
16
#- aarch64-darwin
17
#- aarch64-linux
18
compiler-nix-name:
19
- - ghc8107
20
- - ghc928
21
- - ghc962
+ - ghc810
+ - ghc92
+ - ghc96
22
+ - ghc98
23
target-platform:
24
- ""
25
- "-static"
@@ -32,9 +33,9 @@ jobs:
32
33
- true
34
exclude:
35
# Just cross compiling javascript with ghc 9.6 for now
- - compiler-nix-name: ghc8107
36
+ - compiler-nix-name: ghc810
37
target-platform: "-js"
- - compiler-nix-name: ghc928
38
+ - compiler-nix-name: ghc92
39
40
# Static builds not working for darwin yet
41
- platform: x86_64-darwin
0 commit comments