Name: uuid Version: 1.1.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.6 Description: This library is useful for creating, comparing, parsing and printing Universally Unique Identifiers. See 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: random < 1.2, binary < 0.9, bytestring < 0.11, Crypto < 4.3, maccatcher < 2.2, time < 1.7, base >=3, base < 4.7 Exposed-Modules: Data.UUID Data.UUID.V1 Data.UUID.V5 Other-Modules: Data.UUID.Internal Extensions: DeriveDataTypeable