summaryrefslogtreecommitdiff
path: root/utils/check-api-annotations
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2018-03-03 16:16:41 -0500
committerBen Gamari <ben@smart-cactus.org>2018-03-03 21:50:31 -0500
commit8f0b2f5eadf0fcb47c581907205a9db686214a69 (patch)
tree63e503e73e17c1ac7d9439be27392bbad05652c6 /utils/check-api-annotations
parent4631ceb261cb08756b955c6b495d5e719d35ab62 (diff)
downloadhaskell-8f0b2f5eadf0fcb47c581907205a9db686214a69.tar.gz
Bump Cabal submodule to 2.2
Requires some ghc-cabal changes as well. Test Plan: ./validate Reviewers: hvr, bgamari Reviewed By: bgamari Subscribers: hsyl20, erikd, alpmestan, rwbarton, thomie, carter Differential Revision: https://phabricator.haskell.org/D4453
Diffstat (limited to 'utils/check-api-annotations')
-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 f2b3d74e1c..3cdb378294 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 >= 2.1 && < 2.2,
+ Cabal >= 2.2 && < 2.3,
directory,
ghc