diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,14 @@
+1.3.7
+
+- Allow building against newer time.
+
 1.3.6
 
 - Move to GitHub.
 
 1.3.5
 
-- Allow building againsts newer random.
+- Allow building against newer random.
 
 1.3.4
 
diff --git a/uuid.cabal b/uuid.cabal
--- a/uuid.cabal
+++ b/uuid.cabal
@@ -1,5 +1,5 @@
 Name: uuid
-Version: 1.3.6
+Version: 1.3.7
 Copyright: (c) 2008-2014 Antoine Latter
 Author: Antoine Latter
 Maintainer: aslatter@gmail.com
@@ -34,7 +34,7 @@
                 hashable (>= 1.1.1.0 && < 1.2.0) || (>= 1.2.1 && < 1.3),
                 network-info == 0.2.*,
                 random >= 1.0.1 && < 1.2,
-                time >= 1.1 && < 1.5
+                time >= 1.1 && < 1.6
 
  Exposed-Modules:
    Data.UUID
