From 54f3385b61b19684b3f44175e1e60602fa59e175 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Wed, 3 Jul 2024 07:00:25 +0200 Subject: [PATCH] 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. --- hackage-server.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hackage-server.cabal b/hackage-server.cabal index 598555e2..71abc865 100644 --- a/hackage-server.cabal +++ b/hackage-server.cabal @@ -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