File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3535 ] ) . "${ approach } " ,
3636
3737 # When changing this, also change the default version of Cabal declared below
38- compiler ? "ghc865 " ,
38+ compiler ? "ghc8101 " ,
3939
4040 defaultCabalPackageVersionComingWithGhc ?
4141 ( {
4242 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
4343 ghc844 = "Cabal_2_2_0_1" ;
4444 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" ;
4646 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
4747 ghc881 = "Cabal_3_0_0_0" ;
48+ ghc8101 = "Cabal_3_2_0_0" ;
4849 } . "${ compiler } " ) ,
4950
5051 # Use `integer-simple` instead of `integer-gmp` to avoid linking in
You can’t perform that action at this time.
0 commit comments