packages feed

Cabal revisions of uuid-1.2.6

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

revision 1
-Name: uuid-Version: 1.2.6-Copyright: (c) 2008-2012 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: http://projects.haskell.org/uuid/-Bug-Reports: mailto:aslatter@gmail.com--Extra-Source-Files:-     CHANGES-     CONTRIBUTORS---Library- Build-Depends: random, binary, bytestring, cryptohash >= 0.7 && < 0.8, maccatcher,-                time, base >=3 && < 5-- 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-- Extensions: DeriveDataTypeable- Ghc-Options:        -Wall--source-repository   head-  type:             darcs-  location:         http://code.haskell.org/uuid---- not strictly a test, but we want it to error if--- it can't build-Test-Suite benchmark-    Type:              exitcode-stdio-1.0-    Main-is:           BenchUUID.hs-    Hs-source-dirs:    tests-    Extensions:        DeriveDataTypeable, CPP-    Build-depends:     base == 4.*, uuid, random, criterion >= 0.4 && < 0.7, mersenne-random-pure64,-                       bytestring == 0.9.*, containers == 0.4.*, deepseq >= 1.1 && < 1.4--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:     random, bytestring, base >=3, base < 5, uuid,-                       HUnit >=1.2 && < 1.3, QuickCheck >=2.4 && < 2.5+Name: uuid
+Version: 1.2.6
+x-revision: 1
+Copyright: (c) 2008-2012 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: http://projects.haskell.org/uuid/
+Bug-Reports: mailto:aslatter@gmail.com
+
+Extra-Source-Files:
+     CHANGES
+     CONTRIBUTORS
+
+
+Library
+ Build-Depends: random >=1.0.1.0, binary, bytestring, cryptohash >= 0.7 && < 0.8, maccatcher,
+                time, base >=3 && < 5
+
+ 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
+
+ Extensions: DeriveDataTypeable
+ Ghc-Options:        -Wall
+
+source-repository   head
+  type:             darcs
+  location:         http://code.haskell.org/uuid
+
+-- not strictly a test, but we want it to error if
+-- it can't build
+Test-Suite benchmark
+    Type:              exitcode-stdio-1.0
+    Main-is:           BenchUUID.hs
+    Hs-source-dirs:    tests
+    Extensions:        DeriveDataTypeable, CPP
+    Build-depends:     base == 4.*, uuid, random, criterion >= 0.4 && < 0.7, mersenne-random-pure64,
+                       bytestring == 0.9.*, containers == 0.4.*, deepseq >= 1.1 && < 1.4
+
+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:     random, bytestring, base >=3, base < 5, uuid,
+                       HUnit >=1.2 && < 1.3, QuickCheck >=2.4 && < 2.5
revision 2
 Name: uuid
 Version: 1.2.6
-x-revision: 1
+x-revision: 2
 Copyright: (c) 2008-2012 Antoine Latter
 Author: Antoine Latter
 Maintainer: aslatter@gmail.com
 
 
 Library
- Build-Depends: random >=1.0.1.0, binary, bytestring, cryptohash >= 0.7 && < 0.8, maccatcher,
-                time, base >=3 && < 5
+ Build-Depends: random >= 1.0.1 && < 1.1
+              , binary < 0.9
+              , bytestring < 0.11
+              , cryptohash >= 0.7 && < 0.8
+              , maccatcher < 2.2
+              , time < 1.9
+              , base >=3 && < 4.11
 
  Exposed-Modules:
    Data.UUID