[commit: ghc] master: Widen bounds on Cabal (#452) (06ec241)
git at git.haskell.org
git at git.haskell.org
Tue Oct 23 20:11:39 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/06ec241ec6bcefc032fc905d43bd7e89e3d6a8cc/ghc
>---------------------------------------------------------------
commit 06ec241ec6bcefc032fc905d43bd7e89e3d6a8cc
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Nov 10 14:46:15 2017 -0500
Widen bounds on Cabal (#452)
GHC's `master` branch now sits on a snapshot of Cabal 2.1.0.0
>---------------------------------------------------------------
06ec241ec6bcefc032fc905d43bd7e89e3d6a8cc
hadrian.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadrian.cabal b/hadrian.cabal
index 566437e..389f553 100644
--- a/hadrian.cabal
+++ b/hadrian.cabal
@@ -118,7 +118,7 @@ executable hadrian
, TypeFamilies
build-depends: base >= 4.8 && < 5
, ansi-terminal == 0.6.*
- , Cabal == 2.0.0.2
+ , Cabal >= 2.0.0.2 && < 2.2
, containers == 0.5.*
, directory >= 1.2 && < 1.4
, extra >= 1.4.7
More information about the ghc-commits
mailing list