packages feed

uuid 1.3.10 → 1.3.11

raw patch · 3 files changed

+9/−2 lines, 3 filesdep +textdep ~uuid-types

Dependencies added: text

Dependency ranges changed: uuid-types

Files

CHANGES view
@@ -1,3 +1,7 @@+1.3.11++- Add toText/fromText+ 1.3.10  - Update dependencies in tests and benchmarks.
Data/UUID.hs view
@@ -26,6 +26,8 @@ module Data.UUID(UUID                 ,toString                 ,fromString+                ,toText+                ,fromText                 ,toASCIIBytes                 ,fromASCIIBytes                 ,toLazyASCIIBytes
uuid.cabal view
@@ -1,5 +1,5 @@ Name: uuid-Version: 1.3.10+Version: 1.3.11 Copyright: (c) 2008-2014 Antoine Latter Author: Antoine Latter Maintainer: aslatter@gmail.com@@ -33,7 +33,8 @@                 network-info == 0.2.*,                 random >= 1.0.1 && < 1.2,                 time >= 1.1 && < 1.6,-                uuid-types >= 1.0 && < 2+                text >= 1 && < 1.3,+                uuid-types >= 1.0.2 && < 2   Exposed-Modules:    Data.UUID