Skip to content

Commit

Permalink
Add GHC 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Oct 15, 2024
1 parent 4880162 commit 40e6c1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- ghc92
- ghc96
- ghc98
- ghc910
target-platform:
- ""
- "-static"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- ghc92
- ghc96
- ghc98
- ghc910
target-platform:
- ""
- "-static"
Expand Down
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
"ghc92"
"ghc94"
"ghc96"
"ghc98"] (short-name: rec {
"ghc98"
"ghc910"] (short-name: rec {
inherit pkgs self toolsModule;
compiler-nix-name = pkgs.haskell-nix.resolve-compiler-name short-name;
compiler = pkgs.buildPackages.haskell-nix.compiler.${compiler-nix-name};
Expand All @@ -110,6 +111,7 @@
"ghc90"
"ghc92"
"ghc94"
"ghc910"
];
windows-compilers = pkgs:
pkgs.lib.optionalAttrs (__elem system ["x86_64-linux"])
Expand Down

0 comments on commit 40e6c1d

Please sign in to comment.