[commit: packages/unix] master: Relax upper bound to allow time-1.6 release (4f3b5d8)

git at git.haskell.org git at git.haskell.org
Tue Apr 19 21:37:25 UTC 2016


Repository : ssh://git@git.haskell.org/unix

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/4f3b5d8b87eef07d8df62a8d7240830bb81a8a6b/unix

>---------------------------------------------------------------

commit 4f3b5d8b87eef07d8df62a8d7240830bb81a8a6b
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sun Dec 20 10:17:48 2015 +0100

    Relax upper bound to allow time-1.6 release


>---------------------------------------------------------------

4f3b5d8b87eef07d8df62a8d7240830bb81a8a6b
 unix.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unix.cabal b/unix.cabal
index e920712..e4a2aee 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -61,7 +61,7 @@ library
     build-depends:
         base        >= 4.5     && < 4.10,
         bytestring  >= 0.9.2   && < 0.11,
-        time        >= 1.2     && < 1.6
+        time        >= 1.2     && < 1.7
 
     exposed-modules:
         System.Posix



More information about the ghc-commits mailing list