[commit: ghc] wip/nfs-locking: Require Cabal 1.25 (f1f95d5)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:07:38 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/f1f95d5e016b85411487f62d0b9603692bfcd923/ghc
>---------------------------------------------------------------
commit f1f95d5e016b85411487f62d0b9603692bfcd923
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Fri Aug 5 17:19:36 2016 +0100
Require Cabal 1.25
See #280.
>---------------------------------------------------------------
f1f95d5e016b85411487f62d0b9603692bfcd923
hadrian.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadrian.cabal b/hadrian.cabal
index 63bd164..41cccd8 100644
--- a/hadrian.cabal
+++ b/hadrian.cabal
@@ -120,7 +120,7 @@ executable hadrian
, ScopedTypeVariables
build-depends: base >= 4.8 && < 5
, ansi-terminal == 0.6.*
- , Cabal == 1.22.* || == 1.24.* || == 1.25.*
+ , Cabal == 1.25.*
, containers == 0.5.*
, directory == 1.2.*
, extra >= 1.4.7
More information about the ghc-commits
mailing list