From 1ab023c0c0fb01cf31c207b922dbea93faa2bc8f Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Sat, 23 Sep 2017 12:29:45 +0200 Subject: [PATCH] fix dependency on time --- uuid.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uuid.cabal b/uuid.cabal index 9cd7706..2e46f6b 100644 --- a/uuid.cabal +++ b/uuid.cabal @@ -37,7 +37,7 @@ Library entropy >= 0.3.7 && < 0.4, network-info == 0.2.*, random >= 1.0.1 && < 1.2, - time >= 1.1 && < 1.8, + time >= 1.1 && < 1.9, text >= 1 && < 1.3, uuid-types >= 1.0.2 && < 2 -- 2.14.1 .