[commit: packages/unix] master: Bump time upper bound (821cb07)
git at git.haskell.org
git at git.haskell.org
Wed Jul 19 22:04:49 UTC 2017
Repository : ssh://git@git.haskell.org/unix
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/821cb07ecf235625b4bb06626d30e4b15f28df30/unix
>---------------------------------------------------------------
commit 821cb07ecf235625b4bb06626d30e4b15f28df30
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Feb 20 16:50:59 2017 -0500
Bump time upper bound
>---------------------------------------------------------------
821cb07ecf235625b4bb06626d30e4b15f28df30
unix.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unix.cabal b/unix.cabal
index e31ecb4..c11be3f 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -64,7 +64,7 @@ library
build-depends:
base >= 4.5 && < 4.11,
bytestring >= 0.9.2 && < 0.11,
- time >= 1.2 && < 1.8
+ time >= 1.2 && < 1.9
exposed-modules:
System.Posix
More information about the ghc-commits
mailing list