packages feed

Cabal revisions of uuid-1.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name: uuid-Version: 1.0.1-Copyright: (c) 2008 Antoine Latter-Author: Antoine Latter-Maintainer: aslatter@gmail.com-License: BSD3-License-file: LICENSE--Category: Data-Build-Type: Simple-Cabal-Version: >= 1.2.3--Description:- This library is useful for creating, comparing, parsing and- printing Universally Unique Identifiers.- See <http://en.wikipedia.org/wiki/UUID> for the general idea. --Synopsis: For creating, comparing, parsing and printing Universally Unique Identifiers--Homepage: http://community.haskell.org/~aslatter/code/uuid/--Library- Build-Depends: base, random, binary, bytestring, Crypto, maccatcher,-                time-- Exposed-Modules:-   Data.UUID-   Data.UUID.V1-   Data.UUID.V5-- Other-Modules:-   Data.UUID.Internal-- Extensions: DeriveDataTypeable-+Name: uuid
+Version: 1.0.1
+x-revision: 1
+Copyright: (c) 2008 Antoine Latter
+Author: Antoine Latter
+Maintainer: aslatter@gmail.com
+License: BSD3
+License-file: LICENSE
+
+Category: Data
+Build-Type: Simple
+Cabal-Version: >= 1.2.3
+
+Description:
+ This library is useful for creating, comparing, parsing and
+ printing Universally Unique Identifiers.
+ See <http://en.wikipedia.org/wiki/UUID> for the general idea. 
+
+Synopsis: For creating, comparing, parsing and printing Universally Unique Identifiers
+
+Homepage: http://community.haskell.org/~aslatter/code/uuid/
+
+Library
+ Build-Depends: base < 4.7, random < 1.2, binary < 0.9, bytestring < 0.11, Crypto < 4.3, maccatcher < 2.2, time < 1.7
+
+
+ Exposed-Modules:
+   Data.UUID
+   Data.UUID.V1
+   Data.UUID.V5
+
+ Other-Modules:
+   Data.UUID.Internal
+
+ Extensions: DeriveDataTypeable
+