summaryrefslogtreecommitdiff
path: root/utils/check-api-annotations/check-api-annotations.cabal
diff options
context:
space:
mode:
authorOleg Grenrus <oleg.grenrus@iki.fi>2019-12-13 07:44:35 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-01-04 15:56:22 -0500
commitae6b62765b12b44163612488a94a9ac270b4dcc5 (patch)
tree75ce34c316b9e4056e1f9dc84fad8d34786cf215 /utils/check-api-annotations/check-api-annotations.cabal
parentd561c8f6244f8280a2483e8753c38e39d34c1f01 (diff)
downloadhaskell-ae6b62765b12b44163612488a94a9ac270b4dcc5.tar.gz
Update to Cabal submodule to v3.2.0.0-alpha3
Metric Increase: haddock.Cabal
Diffstat (limited to 'utils/check-api-annotations/check-api-annotations.cabal')
-rw-r--r--utils/check-api-annotations/check-api-annotations.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/check-api-annotations/check-api-annotations.cabal b/utils/check-api-annotations/check-api-annotations.cabal
index b02ad9284d..f8363de536 100644
--- a/utils/check-api-annotations/check-api-annotations.cabal
+++ b/utils/check-api-annotations/check-api-annotations.cabal
@@ -24,6 +24,6 @@ Executable check-api-annotations
Build-Depends: base >= 4 && < 5,
containers,
- Cabal >= 3.0 && < 3.2,
+ Cabal >= 3.0 && < 3.4,
directory,
ghc