summaryrefslogtreecommitdiff
path: root/utils/check-api-annotations
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-02-20 11:11:03 -0500
committerBen Gamari <ben@smart-cactus.org>2017-02-20 13:33:45 -0500
commit087dbbedc4caaf96cd92d88f3c334fbf912658c3 (patch)
tree0f0b7d9a4ade31fdfbad3a12d3ed78afb1ae8baf /utils/check-api-annotations
parent27a2854124cc1c101570104501beea234a4ee921 (diff)
downloadhaskell-087dbbedc4caaf96cd92d88f3c334fbf912658c3.tar.gz
Bump Cabal submodule
We are now tracking the 2.0 branch.
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 da68dba985..880f4d6603 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 >= 1.25 && <1.27,
+ Cabal >= 2.0 && < 2.1,
directory,
ghc