packages feed

uuid 1.3.0 → 1.3.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~hashable

Dependency ranges changed: hashable

Files

CHANGES view
@@ -1,3 +1,7 @@+1.3.1++- Allow building against 'hashable' 1.1.* in addition to 1.2.*+ 1.3.0  - New functions for parsing and printing UUIDs to and from ASCII BytesStrings
uuid.cabal view
@@ -1,5 +1,5 @@ Name: uuid-Version: 1.3.0+Version: 1.3.1 Copyright: (c) 2008-2013 Antoine Latter Author: Antoine Latter Maintainer: aslatter@gmail.com@@ -31,7 +31,7 @@                 bytestring >= 0.9 && < 1.1,                 cryptohash >= 0.7 && < 0.12,                 deepseq == 1.3.*,-                hashable == 1.2.*,+                hashable >= 1.1 && < 1.3,                 network-info == 0.2.*,                 random >= 1.0.1 && < 1.1,                 time >= 1.1 && < 1.5