Skip to content

Commit 8cdcb30

Browse files
hamishmacksgillespie
authored andcommitted
Build cabal-install with ghc 9.8.2
1 parent e874f6f commit 8cdcb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
};
164164

165165
shell.tools = {
166-
cabal = "3.10.3.0";
166+
cabal = { version = "3.10.3.0"; compiler-nix-name = "ghc982"; };
167167
ghcid = "0.8.8";
168168
haskell-language-server = {
169169
src =

0 commit comments

Comments
 (0)