[commit: hadrian] master: Bump Cabal version (f4d12c0)
git at git.haskell.org
git at git.haskell.org
Wed Apr 25 23:20:12 UTC 2018
Repository : ssh://git@git.haskell.org/hadrian
On branch : master
Link : http://git.haskell.org/hadrian.git/commitdiff/f4d12c0f8943818d41b97c295eb26ed7eaf8edfc
>---------------------------------------------------------------
commit f4d12c0f8943818d41b97c295eb26ed7eaf8edfc
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Tue Mar 13 21:21:03 2018 +0000
Bump Cabal version
See #527
>---------------------------------------------------------------
f4d12c0f8943818d41b97c295eb26ed7eaf8edfc
hadrian.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadrian.cabal b/hadrian.cabal
index c81340f..6248df3 100644
--- a/hadrian.cabal
+++ b/hadrian.cabal
@@ -123,7 +123,7 @@ executable hadrian
other-extensions: MultiParamTypeClasses
, TypeFamilies
build-depends: base >= 4.8 && < 5
- , Cabal >= 2.2.0.0 && < 2.3
+ , Cabal >= 2.3 && < 2.4
, containers == 0.5.*
, directory >= 1.2 && < 1.4
, extra >= 1.4.7
More information about the ghc-commits
mailing list