File tree 3 files changed +47
-34
lines changed
3 files changed +47
-34
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
# - aarch64-linux
19
19
compiler-nix-name :
20
20
- ghc810
21
- - ghc92
22
21
- ghc96
23
22
- ghc98
24
23
- ghc910
24
+ - ghc912
25
25
target-platform :
26
26
- " "
27
27
- " -static"
37
37
# Just cross compiling javascript with ghc 9.6 for now
38
38
- compiler-nix-name : ghc810
39
39
target-platform : " -js"
40
- - compiler-nix-name : ghc92
41
- target-platform : " -js"
42
40
# Static builds not working for darwin yet
43
41
- platform : x86_64-darwin
44
42
target-platform : " -static"
Original file line number Diff line number Diff line change 89
89
# projects do (that way we can use short names)
90
90
let compilers = pkgs : pkgs . lib . genAttrs [
91
91
"ghc810"
92
- "ghc90"
93
- "ghc92"
94
- "ghc94"
95
92
"ghc96"
96
93
"ghc98"
97
- "ghc910" ] ( short-name : rec {
94
+ "ghc910"
95
+ "ghc912" ] ( short-name : rec {
98
96
inherit pkgs self toolsModule ;
99
97
compiler-nix-name = pkgs . haskell-nix . resolve-compiler-name short-name ;
100
98
compiler = pkgs . buildPackages . haskell-nix . compiler . ${ compiler-nix-name } ;
You can’t perform that action at this time.
0 commit comments