<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 1ab023c0c0fb01cf31c207b922dbea93faa2bc8f Mon Sep 17 00:00:00 2001
From: Florian Franzmann &lt;bwlf@bandrate.org&gt;
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         &gt;= 0.3.7    &amp;&amp; &lt; 0.4,
                        network-info    == 0.2.*,
                        random          &gt;= 1.0.1    &amp;&amp; &lt; 1.2,
-                       time            &gt;= 1.1      &amp;&amp; &lt; 1.8,
+                       time            &gt;= 1.1      &amp;&amp; &lt; 1.9,
                        text            &gt;= 1        &amp;&amp; &lt; 1.3,
                        uuid-types      &gt;= 1.0.2    &amp;&amp; &lt; 2
 
-- 
2.14.1

</pre></body></html>