File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 3737 # When changing this, also change the default version of Cabal declared below
3838 compiler ? "ghc8104" ,
3939
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"
4144 defaultCabalPackageVersionComingWithGhc ?
4245 ( {
4346 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
4750 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
4851 ghc881 = "Cabal_3_0_0_0" ;
4952 ghc8104 = "Cabal_3_2_1_0" ;
53+ ghc8105 = "Cabal_3_2_1_0" ;
54+ ghc901 = "Cabal_3_4_0_0" ;
5055 } . "${ compiler } " ) ,
5156
5257 # Use `integer-simple` instead of `integer-gmp` to avoid linking in
You can’t perform that action at this time.
0 commit comments