Skip to content

Commit 40e6c1d

Browse files
committed
Add GHC 9.10
1 parent 4880162 commit 40e6c1d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/hello.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- ghc92
2121
- ghc96
2222
- ghc98
23+
- ghc910
2324
target-platform:
2425
- ""
2526
- "-static"

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- ghc92
4040
- ghc96
4141
- ghc98
42+
- ghc910
4243
target-platform:
4344
- ""
4445
- "-static"

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
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};
@@ -110,6 +111,7 @@
110111
"ghc90"
111112
"ghc92"
112113
"ghc94"
114+
"ghc910"
113115
];
114116
windows-compilers = pkgs:
115117
pkgs.lib.optionalAttrs (__elem system ["x86_64-linux"])

0 commit comments

Comments
 (0)