File tree Expand file tree Collapse file tree 3 files changed +47
-34
lines changed Expand file tree Collapse file tree 3 files changed +47
-34
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 # - aarch64-linux
1919 compiler-nix-name :
2020 - ghc810
21- - ghc92
2221 - ghc96
2322 - ghc98
2423 - ghc910
24+ - ghc912
2525 target-platform :
2626 - " "
2727 - " -static"
3737 # Just cross compiling javascript with ghc 9.6 for now
3838 - compiler-nix-name : ghc810
3939 target-platform : " -js"
40- - compiler-nix-name : ghc92
41- target-platform : " -js"
4240 # Static builds not working for darwin yet
4341 - platform : x86_64-darwin
4442 target-platform : " -static"
Original file line number Diff line number Diff line change 8989 # projects do (that way we can use short names)
9090 let compilers = pkgs : pkgs . lib . genAttrs [
9191 "ghc810"
92- "ghc90"
93- "ghc92"
94- "ghc94"
9592 "ghc96"
9693 "ghc98"
97- "ghc910" ] ( short-name : rec {
94+ "ghc910"
95+ "ghc912" ] ( short-name : rec {
9896 inherit pkgs self toolsModule ;
9997 compiler-nix-name = pkgs . haskell-nix . resolve-compiler-name short-name ;
10098 compiler = pkgs . buildPackages . haskell-nix . compiler . ${ compiler-nix-name } ;
You can’t perform that action at this time.
0 commit comments