From 97ced7896688d1fc5bc72421229e3d0ff9b628dd Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Sun, 20 Nov 2016 09:23:45 +0100 Subject: 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 --- 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 -- cgit v1.2.3