From b2c8ae1cf231745c928fe51029d391681c1f0c20 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel <hvr@gnu.org> Date: Wed, 10 Sep 2014 22:51:21 +0200 Subject: [PATCH] Relax upper bound to allow `time-1.5` --- unix.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab