Cabal-Version: 1.12 Name: uuid Version: 1.2.14.1 Copyright: (c) 2008-2013 Antoine Latter Author: Antoine Latter Maintainer: hvr@gnu.org License: BSD3 License-file: LICENSE Category: Data Build-Type: Simple 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: https://github.com/hvr/uuid Bug-Reports: https://github.com/hvr/uuid/issues Extra-Source-Files: CHANGES CONTRIBUTORS Library Build-Depends: base >= 4.5 && < 4.13 , binary >= 0.4 && < 0.9 , bytestring >= 0.9 && < 0.11 , cryptohash-md5 >= 0.11.100 && < 0.12 , cryptohash-sha1 >= 0.11.100 && < 0.12 , maccatcher >= 1.0 && < 2.2 , random >= 1.0.1 && < 1.1 , time >= 1.1 && < 1.9 Exposed-Modules: Data.UUID Data.UUID.V1 Data.UUID.V3 Data.UUID.V4 Data.UUID.V5 Other-Modules: Data.UUID.Builder Data.UUID.Internal Data.UUID.Named Default-Language: Haskell2010 Default-Extensions: DeriveDataTypeable Ghc-Options: -Wall Source-Repository head Type: git Location: https://github.com/hvr/uuid.git Subdir: uuid Benchmark benchmark Type: exitcode-stdio-1.0 Main-is: BenchUUID.hs Hs-source-dirs: tests Default-Language: Haskell2010 Default-Extensions: DeriveDataTypeable, CPP Build-depends: base, uuid, bytestring, containers >= 0.4 && < 0.6, criterion >= 0.4 && < 0.9, deepseq >= 1.1 && < 1.5, mersenne-random-pure64, random Test-Suite testuuid Type: exitcode-stdio-1.0 Main-is: TestUUID.hs Hs-source-dirs: tests Default-Language: Haskell2010 Default-Extensions: DeriveDataTypeable Ghc-Options: -Wall -fno-warn-orphans Build-Depends: base, uuid, bytestring, HUnit == 1.6.*, QuickCheck == 2.7.*, random, test-framework == 0.8.*, test-framework-hunit == 0.3.*, test-framework-quickcheck2 == 0.3.*