Name: uuid Version: 1.0.0 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 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: base, random, binary, bytestring, Crypto, maccatcher, time Exposed-Modules: Data.UUID Data.UUID.V1 Data.UUID.V5 Other-Modules: Data.UUID.Internal Extensions: DeriveDataTypeable