aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Ben Gamari <ben@smart-cactus.org>2017-02-20 16:50:59 -0500
committerGravatar Ben Gamari <ben@smart-cactus.org>2017-02-20 16:50:59 -0500
commit821cb07ecf235625b4bb06626d30e4b15f28df30 (patch)
treea3369f3ec39651e40f8b9a928b507175ff0c9bc8
parentd0b0e8cf5a7fa5b9dc500d2f623258200818cb16 (diff)
Bump time upper bound
-rw-r--r--unix.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix.cabal b/unix.cabal
index e31ecb4..c11be3f 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.8
+ time >= 1.2 && < 1.9
exposed-modules:
System.Posix