[commit: packages/unix] bgamari-patch-1, master: Relax upper bound on `time` to allow time-1.7 (97ced78)
git at git.haskell.org
git at git.haskell.org
Wed Jul 19 22:04:36 UTC 2017
Repository : ssh://git@git.haskell.org/unix
On branches: bgamari-patch-1,master
Link : http://ghc.haskell.org/trac/ghc/changeset/97ced7896688d1fc5bc72421229e3d0ff9b628dd/unix
>---------------------------------------------------------------
commit 97ced7896688d1fc5bc72421229e3d0ff9b628dd
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Nov 20 09:23:45 2016 +0100
Relax upper bound on `time` to allow time-1.7
...after having convincing myself that the changes in time-1.7 are confined
to parts not used by `unix`
c.f. http://hdiff.luite.com/cgit/time/diff?id=1.7&id2=1.6.0.1
fixes #80
>---------------------------------------------------------------
97ced7896688d1fc5bc72421229e3d0ff9b628dd
unix.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unix.cabal b/unix.cabal
index 6565f1c..e31ecb4 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.7
+ time >= 1.2 && < 1.8
exposed-modules:
System.Posix
More information about the ghc-commits
mailing list