Skip to content

Commit fb8af36

Browse files
authored
Update cabal-fmt.nix
Move from 9.2 to 9.6. haskell.nix will drop support ghc < 9.6 in the future. And currently 9.2. doesn't even build on Darwin, as it requires 8.10 to bootstrap and that's broken, and will be removed from haskell.nix in the not too distant future.
1 parent 74fe0a9 commit fb8af36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ext/cabal-fmt.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let
77

88
version = "0.1.12";
99

10-
compiler-nix-name = "ghc92";
10+
compiler-nix-name = "ghc96";
1111

1212
# Cabal is a lib library, so haskell.nix would normally use the one coming
1313
# from the compiler-nix-name (currently 3.2). However cabal-fmt depends on

0 commit comments

Comments
 (0)