aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-11-20 09:23:45 +0100
committerGravatar GitHub <noreply@github.com>2016-11-20 09:23:45 +0100
commit97ced7896688d1fc5bc72421229e3d0ff9b628dd (patch)
tree19c37340179ae1bc857a1408aa07fe5bf72c0c35
parenta3f6bc7b7a18fb841c04efe0ea137096cc036764 (diff)
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
-rw-r--r--unix.cabal2
1 files changed, 1 insertions, 1 deletions
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