File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2020 - ghc92
2121 - ghc96
2222 - ghc98
23+ - ghc910
2324 target-platform :
2425 - " "
2526 - " -static"
Original file line number Diff line number Diff line change 3939 - ghc92
4040 - ghc96
4141 - ghc98
42+ - ghc910
4243 target-platform :
4344 - " "
4445 - " -static"
Original file line number Diff line number Diff line change 100100 "ghc92"
101101 "ghc94"
102102 "ghc96"
103- "ghc98" ] ( short-name : rec {
103+ "ghc98"
104+ "ghc910" ] ( short-name : rec {
104105 inherit pkgs self toolsModule ;
105106 compiler-nix-name = pkgs . haskell-nix . resolve-compiler-name short-name ;
106107 compiler = pkgs . buildPackages . haskell-nix . compiler . ${ compiler-nix-name } ;
110111 "ghc90"
111112 "ghc92"
112113 "ghc94"
114+ "ghc910"
113115 ] ;
114116 windows-compilers = pkgs :
115117 pkgs . lib . optionalAttrs ( __elem system [ "x86_64-linux" ] )
You can’t perform that action at this time.
0 commit comments