Skip to content
Snippets Groups Projects

9.10 hadrian can build with Cabal-3.12.1

Open Jens Petersen requested to merge juhp/ghc:hadrian-9.10-Cabal-3.12 into ghc-9.10
+ 1
1
@@ -152,7 +152,7 @@ executable hadrian
, TypeOperators
other-extensions: MultiParamTypeClasses
, TypeFamilies
build-depends: Cabal >= 3.10 && < 3.11
build-depends: Cabal (>= 3.10 && < 3.11) || (>= 3.12.1 && < 3.13)
, base >= 4.11 && < 5
, bytestring >= 0.10 && < 0.13
, containers >= 0.5 && < 0.8
Loading