587713944a
GitOrigin-RevId: 6143fc5eeb9c4f00163267708e26191d1e918932
13 lines
620 B
Diff
13 lines
620 B
Diff
diff --git a/hadrian.cabal b/hadrian.cabal
|
|
index 70fded11aa..3893537f05 100644
|
|
--- a/hadrian.cabal
|
|
+++ b/hadrian.cabal
|
|
@@ -150,7 +150,7 @@ executable hadrian
|
|
, TypeOperators
|
|
other-extensions: MultiParamTypeClasses
|
|
, TypeFamilies
|
|
- build-depends: Cabal >= 3.2 && < 3.9
|
|
+ build-depends: Cabal >= 3.2 && < 3.11
|
|
, base >= 4.11 && < 5
|
|
, bytestring >= 0.10 && < 0.13
|
|
, containers >= 0.5 && < 0.7
|