Commit to Cabal-3.12.1.0

Otherwise, the feature set of hackage-server will depend on the
version of Cabal used to build it.
This commit is contained in:
Andreas Abel 2024-07-03 07:00:25 +02:00
parent c322e12390
commit 54f3385b61

View File

@ -149,8 +149,8 @@ common defaults
-- other dependencies shared by most components
build-depends:
, aeson >= 2.1.0.0 && < 2.3
, Cabal >= 3.10.1.0 && < 3.14
, Cabal-syntax >= 3.10.1.0 && < 3.14
, Cabal >= 3.12.1.0 && < 3.14
, Cabal-syntax >= 3.12.1.0 && < 3.14
-- Cabal-syntax needs to be bound to constrain hackage-security
-- see https://github.com/haskell/hackage-server/issues/1130
, fail ^>= 4.9.0