Skip to content

Commit 54f3385

Browse files
committed
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.
1 parent c322e12 commit 54f3385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hackage-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ common defaults
149149
-- other dependencies shared by most components
150150
build-depends:
151151
, aeson >= 2.1.0.0 && < 2.3
152-
, Cabal >= 3.10.1.0 && < 3.14
153-
, Cabal-syntax >= 3.10.1.0 && < 3.14
152+
, Cabal >= 3.12.1.0 && < 3.14
153+
, Cabal-syntax >= 3.12.1.0 && < 3.14
154154
-- Cabal-syntax needs to be bound to constrain hackage-security
155155
-- see https://github.com/haskell/hackage-server/issues/1130
156156
, fail ^>= 4.9.0

0 commit comments

Comments
 (0)