aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-09-10 22:51:21 +0200
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-09-10 22:54:20 +0200
commitb2c8ae1cf231745c928fe51029d391681c1f0c20 (patch)
treed38993a6eae5f4dcbcb8176ff6870d3663b71149 /unix.cabal
parente865808ba41798889ea12b1bc056ef1c87f3f2e1 (diff)
Relax upper bound to allow `time-1.5`
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 61de701..ddd95de 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -60,7 +60,7 @@ library
build-depends:
base >= 4.5 && < 4.9,
bytestring >= 0.9.2 && < 0.11,
- time >= 1.2 && < 1.5
+ time >= 1.2 && < 1.6
exposed-modules:
System.Posix