[commit: packages/unix] master, safe710fixes, safe710fixes-again, safefixes710again: Relax upper bound to allow `time-1.5` (b2c8ae1)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 15:49:55 UTC 2015
Repository : ssh://git@git.haskell.org/unix
On branches: master,safe710fixes,safe710fixes-again,safefixes710again
Link : http://ghc.haskell.org/trac/ghc/changeset/b2c8ae1cf231745c928fe51029d391681c1f0c20/unix
>---------------------------------------------------------------
commit b2c8ae1cf231745c928fe51029d391681c1f0c20
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Sep 10 22:51:21 2014 +0200
Relax upper bound to allow `time-1.5`
>---------------------------------------------------------------
b2c8ae1cf231745c928fe51029d391681c1f0c20
unix.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unix.cabal b/unix.cabal
index 61de701..ddd95de 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -60,7 +60,7 @@ library
build-depends:
base >= 4.5 && < 4.9,
bytestring >= 0.9.2 && < 0.11,
- time >= 1.2 && < 1.5
+ time >= 1.2 && < 1.6
exposed-modules:
System.Posix
More information about the ghc-commits
mailing list