Skip to content

Commit 9b7f2ab

Browse files
committed
WIP: survey: Add/default to ghc8101. Still breaking
WIP because breaking builds should not be default; just for development convenience.
1 parent 3a0521e commit 9b7f2ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

survey/default.nix

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,17 @@ in
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

0 commit comments

Comments
 (0)