[commit: packages/unix] master: Relax upper bound on `base` for base-4.9 (137fa1b)
git at git.haskell.org
git at git.haskell.org
Tue Apr 19 21:37:08 UTC 2016
Repository : ssh://git@git.haskell.org/unix
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/137fa1b06a79a9baa0d5fcf2ec11f964c3423f6a/unix
>---------------------------------------------------------------
commit 137fa1b06a79a9baa0d5fcf2ec11f964c3423f6a
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Oct 28 22:34:34 2015 +0100
Relax upper bound on `base` for base-4.9
>---------------------------------------------------------------
137fa1b06a79a9baa0d5fcf2ec11f964c3423f6a
unix.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unix.cabal b/unix.cabal
index cde94db..c54e275 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -59,7 +59,7 @@ library
Trustworthy
build-depends:
- base >= 4.5 && < 4.9,
+ base >= 4.5 && < 4.10,
bytestring >= 0.9.2 && < 0.11,
time >= 1.2 && < 1.6
More information about the ghc-commits
mailing list