diff options
author | Sebastian Graf <sgraf1337@gmail.com> | 2019-09-09 13:55:48 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-09-12 14:05:29 -0400 |
commit | 2b37a79d61e9b3787873dc9f7458ef2bde4809b0 (patch) | |
tree | 6cc8b15464362f4aa95ba4b14481cb6945fe83ca /utils/check-api-annotations | |
parent | 09fa56540aca53c32b6f008a3af2d61c70e1b47d (diff) | |
download | haskell-2b37a79d61e9b3787873dc9f7458ef2bde4809b0.tar.gz |
Bump Cabal submodule to 3.1
-------------------------
Metric Increase:
haddock.Cabal
T4029
-------------------------
Diffstat (limited to 'utils/check-api-annotations')
-rw-r--r-- | utils/check-api-annotations/check-api-annotations.cabal | 2 |
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 12d088437b..b02ad9284d 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.1, + Cabal >= 3.0 && < 3.2, directory, ghc |