Cabal revisions of uuid-1.3.12
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: uuid-Version: 1.3.12-Copyright: (c) 2008-2014 Antoine Latter-Author: Antoine Latter-Maintainer: aslatter@gmail.com-License: BSD3-License-file: LICENSE--Category: Data-Build-Type: Simple-Cabal-Version: >= 1.8--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: https://github.com/aslatter/uuid-Bug-Reports: https://github.com/aslatter/uuid/issues--Extra-Source-Files:- CHANGES---Library- Build-Depends: base >=3 && < 5,- binary >= 0.4 && < 0.9,- bytestring >= 0.9 && < 0.11,- cryptonite,- memory,- network-info == 0.2.*,- random >= 1.0.1 && < 1.2,- time >= 1.1 && < 1.7,- text >= 1 && < 1.3,- uuid-types >= 1.0.2 && < 2-- Exposed-Modules:- Data.UUID- Data.UUID.Util- Data.UUID.V1- Data.UUID.V3- Data.UUID.V4- Data.UUID.V5-- Other-Modules:- Data.UUID.Named- Data.Word.Util-- Extensions: DeriveDataTypeable- Ghc-Options: -Wall--source-repository head- type: git- location: https://github.com/aslatter/uuid.git--Test-Suite testuuid- Type: exitcode-stdio-1.0- Main-is: TestUUID.hs- Hs-source-dirs: tests- Extensions: DeriveDataTypeable- Ghc-Options: -Wall -fno-warn-orphans- Build-Depends: base >= 3 && < 5,- uuid,- bytestring >= 0.9 && < 0.11,- HUnit >=1.2 && < 1.4,- QuickCheck >=2.4 && < 2.9,- random >= 1.0.1 && < 1.2,- tasty >= 0.10 && < 0.12,- tasty-hunit == 0.9.*,- tasty-quickcheck == 0.8.*--benchmark benchmark- Type: exitcode-stdio-1.0- Main-is: BenchUUID.hs- Hs-source-dirs: tests- Extensions: DeriveDataTypeable, CPP- Ghc-Options: -Wall -fno-warn-orphans- Build-depends: base == 4.*,- uuid,- criterion >= 0.4 && < 1.2,- mersenne-random-pure64,- random >= 1.0.1 && < 1.2+Name: uuid +Version: 1.3.12 +x-revision: 1 +Copyright: (c) 2008-2014 Antoine Latter +Author: Antoine Latter +Maintainer: aslatter@gmail.com +License: BSD3 +License-file: LICENSE + +Category: Data +Build-Type: Simple +Cabal-Version: >= 1.8 + +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: https://github.com/aslatter/uuid +Bug-Reports: https://github.com/aslatter/uuid/issues + +Extra-Source-Files: + CHANGES + + +Library + Build-Depends: base >=3 && < 5, + binary >= 0.4 && < 0.9, + bytestring >= 0.10 && < 0.11, + cryptonite, + memory, + network-info == 0.2.*, + random >= 1.0.1 && < 1.2, + time >= 1.1 && < 1.7, + text >= 1 && < 1.3, + uuid-types >= 1.0.2 && < 2 + + Exposed-Modules: + Data.UUID + Data.UUID.Util + Data.UUID.V1 + Data.UUID.V3 + Data.UUID.V4 + Data.UUID.V5 + + Other-Modules: + Data.UUID.Named + Data.Word.Util + + Extensions: DeriveDataTypeable + Ghc-Options: -Wall + +source-repository head + type: git + location: https://github.com/aslatter/uuid.git + +Test-Suite testuuid + Type: exitcode-stdio-1.0 + Main-is: TestUUID.hs + Hs-source-dirs: tests + Extensions: DeriveDataTypeable + Ghc-Options: -Wall -fno-warn-orphans + Build-Depends: base >= 3 && < 5, + uuid, + bytestring >= 0.9 && < 0.11, + HUnit >=1.2 && < 1.4, + QuickCheck >=2.4 && < 2.9, + random >= 1.0.1 && < 1.2, + tasty >= 0.10 && < 0.12, + tasty-hunit == 0.9.*, + tasty-quickcheck == 0.8.* + +benchmark benchmark + Type: exitcode-stdio-1.0 + Main-is: BenchUUID.hs + Hs-source-dirs: tests + Extensions: DeriveDataTypeable, CPP + Ghc-Options: -Wall -fno-warn-orphans + Build-depends: base == 4.*, + uuid, + criterion >= 0.4 && < 1.2, + mersenne-random-pure64, + random >= 1.0.1 && < 1.2
revision 2
Name: uuid Version: 1.3.12 -x-revision: 1 +x-revision: 2 Copyright: (c) 2008-2014 Antoine Latter Author: Antoine Latter Maintainer: aslatter@gmail.com uuid, bytestring >= 0.9 && < 0.11, HUnit >=1.2 && < 1.4, - QuickCheck >=2.4 && < 2.9, + QuickCheck >=2.4 && < 2.10, random >= 1.0.1 && < 1.2, tasty >= 0.10 && < 0.12, tasty-hunit == 0.9.*,
revision 3
Name: uuid Version: 1.3.12 -x-revision: 2 +x-revision: 3 Copyright: (c) 2008-2014 Antoine Latter Author: Antoine Latter Maintainer: aslatter@gmail.com Build-Depends: base >=3 && < 5, binary >= 0.4 && < 0.9, bytestring >= 0.10 && < 0.11, - cryptonite, - memory, + cryptonite >= 0.1 && < 0.22, + memory >= 0.2 && < 0.14, network-info == 0.2.*, random >= 1.0.1 && < 1.2, time >= 1.1 && < 1.7,
revision 4
Name: uuid Version: 1.3.12 -x-revision: 3 +x-revision: 4 Copyright: (c) 2008-2014 Antoine Latter Author: Antoine Latter Maintainer: aslatter@gmail.com random >= 1.0.1 && < 1.2, time >= 1.1 && < 1.7, text >= 1 && < 1.3, - uuid-types >= 1.0.2 && < 2 + uuid-types >= 1.0.2 && < 1.0.4 Exposed-Modules: Data.UUID