[commit: ghc] master: Bump Cabal upper bound (#651) (4265e3a)
git at git.haskell.org
git at git.haskell.org
Tue Oct 23 20:18:49 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4265e3aab7df92722b81148cf8bf3954ebfc2d21/ghc
>---------------------------------------------------------------
commit 4265e3aab7df92722b81148cf8bf3954ebfc2d21
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Aug 4 20:22:24 2018 -0400
Bump Cabal upper bound (#651)
>---------------------------------------------------------------
4265e3aab7df92722b81148cf8bf3954ebfc2d21
hadrian.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadrian.cabal b/hadrian.cabal
index 469bc67..b0ea033 100644
--- a/hadrian.cabal
+++ b/hadrian.cabal
@@ -113,7 +113,7 @@ executable hadrian
other-extensions: MultiParamTypeClasses
, TypeFamilies
build-depends: base >= 4.8 && < 5
- , Cabal >= 2.3 && < 2.4
+ , Cabal >= 2.4 && < 2.5
, containers == 0.5.*
, directory >= 1.2 && < 1.4
, extra >= 1.4.7
More information about the ghc-commits
mailing list