File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 37
37
# When changing this, also change the default version of Cabal declared below
38
38
compiler ? "ghc8104" ,
39
39
40
- # See https://www.haskell.org/cabal/download.html section "Older Releases".
40
+ # See:
41
+ # * https://www.snoyman.com/base/
42
+ # * https://www.haskell.org/cabal/download.html
43
+ # section "Older Releases"
41
44
defaultCabalPackageVersionComingWithGhc ?
42
45
( {
43
46
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
47
50
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
48
51
ghc881 = "Cabal_3_0_0_0" ;
49
52
ghc8104 = "Cabal_3_2_1_0" ;
53
+ ghc8105 = "Cabal_3_2_1_0" ;
54
+ ghc901 = "Cabal_3_4_0_0" ;
50
55
} . "${ compiler } " ) ,
51
56
52
57
# Use `integer-simple` instead of `integer-gmp` to avoid linking in
You can’t perform that action at this time.
0 commit comments