mirror of
https://github.com/haskell/hackage-server.git
synced 2024-11-24 14:52:16 +03:00
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:
parent
c322e12390
commit
54f3385b61
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user