[commit: ghc] wip/nfs-locking: Depend on the exact version of the in-tree Cabal library (e664431)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:17:56 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/e664431fb9a240599f512474cf611c51d5d701cb/ghc
>---------------------------------------------------------------
commit e664431fb9a240599f512474cf611c51d5d701cb
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Mar 16 00:56:50 2017 +0000
Depend on the exact version of the in-tree Cabal library
>---------------------------------------------------------------
e664431fb9a240599f512474cf611c51d5d701cb
hadrian.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadrian.cabal b/hadrian.cabal
index 18361f3..fd6c036 100644
--- a/hadrian.cabal
+++ b/hadrian.cabal
@@ -117,7 +117,7 @@ executable hadrian
, ScopedTypeVariables
build-depends: base >= 4.8 && < 5
, ansi-terminal == 0.6.*
- , Cabal == 1.25.*
+ , Cabal == 2.0.0.0
, containers == 0.5.*
, directory == 1.2.*
, extra >= 1.4.7
More information about the ghc-commits
mailing list