[commit: packages/unix] bgamari-patch-1: Bump upper bound on time to allow 1.9 (adefe0c)

git at git.haskell.org git at git.haskell.org
Wed Jul 19 22:04:43 UTC 2017


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

On branch  : bgamari-patch-1
Link       : http://ghc.haskell.org/trac/ghc/changeset/adefe0c3d715fe61bd57bede87ed8783c0af7f18/unix

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

commit adefe0c3d715fe61bd57bede87ed8783c0af7f18
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Jan 19 16:19:32 2017 -0500

    Bump upper bound on time to allow 1.9


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

adefe0c3d715fe61bd57bede87ed8783c0af7f18
 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