[commit: packages/process] master: Relax upper bound on `base` to allow base-4.9 (4853d8f)
git at git.haskell.org
git at git.haskell.org
Mon Nov 2 06:24:28 UTC 2015
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4853d8f78a6831f4567ff0c2880298c9c70a5203/process
>---------------------------------------------------------------
commit 4853d8f78a6831f4567ff0c2880298c9c70a5203
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Oct 31 11:10:04 2015 +0100
Relax upper bound on `base` to allow base-4.9
GHC 8.0 will ship with base-4.9.0.0
>---------------------------------------------------------------
4853d8f78a6831f4567ff0c2880298c9c70a5203
process.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/process.cabal b/process.cabal
index 6adeb49..933f275 100644
--- a/process.cabal
+++ b/process.cabal
@@ -59,7 +59,7 @@ library
ghc-options: -Wall
- build-depends: base >= 4.4 && < 4.9,
+ build-depends: base >= 4.4 && < 4.10,
directory >= 1.1 && < 1.3,
filepath >= 1.2 && < 1.5,
deepseq >= 1.1 && < 1.5
More information about the ghc-commits
mailing list