aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2015-12-20 10:17:48 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2015-12-20 10:17:48 +0100
commit4f3b5d8b87eef07d8df62a8d7240830bb81a8a6b (patch)
tree167e7d7c0752f5c45b4858b8ae063df15e91dce3 /unix.cabal
parent5d5b74716b696b0f22c37a88ccc5c114b13f0398 (diff)
Relax upper bound to allow time-1.6 release
Diffstat (limited to 'unix.cabal')
-rw-r--r--unix.cabal2
1 files changed, 1 insertions, 1 deletions
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