diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2018-03-03 16:16:41 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-03-03 21:50:31 -0500 |
commit | 8f0b2f5eadf0fcb47c581907205a9db686214a69 (patch) | |
tree | 63e503e73e17c1ac7d9439be27392bbad05652c6 /utils/check-ppr | |
parent | 4631ceb261cb08756b955c6b495d5e719d35ab62 (diff) | |
download | haskell-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-ppr')
-rw-r--r-- | utils/check-ppr/check-ppr.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/check-ppr/check-ppr.cabal b/utils/check-ppr/check-ppr.cabal index e788927196..d7429c82df 100644 --- a/utils/check-ppr/check-ppr.cabal +++ b/utils/check-ppr/check-ppr.cabal @@ -25,7 +25,7 @@ Executable check-ppr Build-Depends: base >= 4 && < 5, bytestring, containers, - Cabal >= 2.1 && < 2.2, + Cabal >= 2.2 && < 2.3, directory, filepath, ghc |