File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 35
35
] ) . "${ approach } " ,
36
36
37
37
# When changing this, also change the default version of Cabal declared below
38
- compiler ? "ghc865 " ,
38
+ compiler ? "ghc8101 " ,
39
39
40
40
defaultCabalPackageVersionComingWithGhc ?
41
41
( {
42
42
ghc822 = "Cabal_2_2_0_1" ; # TODO this is technically incorrect for ghc 8.2.2, should be 2.0.1.0, but nixpkgs doesn't have that
43
43
ghc844 = "Cabal_2_2_0_1" ;
44
44
ghc863 = throw "static-haskell-nix: ghc863 is no longer supported, please upgrade" ;
45
- ghc864 = throw "static-haskell-nix: ghc863 is no longer supported, please upgrade" ;
45
+ ghc864 = throw "static-haskell-nix: ghc864 is no longer supported, please upgrade" ;
46
46
ghc865 = "Cabal_2_4_1_0" ; # TODO this is technically incorrect for ghc 8.6.5, should be 2.4.0.1, but nixpkgs doesn't have that
47
47
ghc881 = "Cabal_3_0_0_0" ;
48
+ ghc8101 = "Cabal_3_2_0_0" ;
48
49
} . "${ compiler } " ) ,
49
50
50
51
# Use `integer-simple` instead of `integer-gmp` to avoid linking in
You can’t perform that action at this time.
0 commit comments