aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Ben Gamari <ben@smart-cactus.org>2017-02-20 23:13:24 +0000
committerGravatar GitHub <noreply@github.com>2017-02-20 23:13:24 +0000
commita2cf40ea8043c262a5a53a1e7f401def195df3a8 (patch)
tree25f10b0e6beb74e238b6455c19200ab0af6e00d0
parent312ed2165d04b4c8db7b07133209f69b19b45745 (diff)
parent821cb07ecf235625b4bb06626d30e4b15f28df30 (diff)
Merge pull request #89 from bgamari/master
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