packages feed

Cabal revisions of uuid-1.3.13

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

revision 1
 Name: uuid Version: 1.3.13+x-revision: 1 Copyright: (c) 2008-2014 Antoine Latter Author: Antoine Latter Maintainer: hvr@gnu.org                        entropy         >= 0.3.7    && < 0.4,                        network-info    == 0.2.*,                        random          >= 1.0.1    && < 1.2,-                       time            >= 1.1      && < 1.8,+                       time            >= 1.1      && < 1.9,                        text            >= 1        && < 1.3,                        uuid-types      >= 1.0.2    && < 2 
revision 2
 Name: uuid Version: 1.3.13-x-revision: 1+x-revision: 2 Copyright: (c) 2008-2014 Antoine Latter Author: Antoine Latter Maintainer: hvr@gnu.org                        bytestring      >= 0.10     && < 0.11,                        cryptohash-sha1 >= 0.11.100 && < 0.12,                        cryptohash-md5  >= 0.11.100 && < 0.12,-                       entropy         >= 0.3.7    && < 0.4,+                       entropy         >= 0.3.7    && < 0.5,                        network-info    == 0.2.*,                        random          >= 1.0.1    && < 1.2,                        time            >= 1.1      && < 1.9,
revision 3
 Name: uuid Version: 1.3.13-x-revision: 2+x-revision: 3 Copyright: (c) 2008-2014 Antoine Latter Author: Antoine Latter Maintainer: hvr@gnu.org                        entropy         >= 0.3.7    && < 0.5,                        network-info    == 0.2.*,                        random          >= 1.0.1    && < 1.2,-                       time            >= 1.1      && < 1.9,+                       time            >= 1.1      && < 1.10,                        text            >= 1        && < 1.3,                        uuid-types      >= 1.0.2    && < 2 
revision 4
-Name: uuid-Version: 1.3.13-x-revision: 3-Copyright: (c) 2008-2014 Antoine Latter-Author: Antoine Latter-Maintainer: hvr@gnu.org-License: BSD3-License-file: LICENSE-Category: Data-Build-Type: Simple-Cabal-Version: >= 1.10-Tested-With: GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2--Synopsis: For creating, comparing, parsing and printing Universally Unique Identifiers-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.--Homepage: https://github.com/hvr/uuid-Bug-Reports: https://github.com/hvr/uuid/issues--Extra-Source-Files:-    CHANGES.md--Source-Repository head-    Type:              git-    Location:          https://github.com/hvr/uuid.git-    Subdir:            uuid--Library-    Build-Depends:     base            >= 4.3      && < 5,-                       binary          >= 0.4      && < 0.9,-                       bytestring      >= 0.10     && < 0.11,-                       cryptohash-sha1 >= 0.11.100 && < 0.12,-                       cryptohash-md5  >= 0.11.100 && < 0.12,-                       entropy         >= 0.3.7    && < 0.5,-                       network-info    == 0.2.*,-                       random          >= 1.0.1    && < 1.2,-                       time            >= 1.1      && < 1.10,-                       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--    Default-Language:  Haskell2010-    Default-Extensions: DeriveDataTypeable-    Other-Extensions:  TypeFamilies-    Ghc-Options:       -Wall--Test-Suite testuuid-    Type:              exitcode-stdio-1.0-    Main-is:           TestUUID.hs-    Hs-source-dirs:    tests-    Default-Language:  Haskell2010-    Default-Extensions: DeriveDataTypeable-    Other-Extensions:  ViewPatterns-    Ghc-Options:       -Wall -fno-warn-orphans-    Build-Depends:     uuid-    Build-Depends:     base             >= 4.3   && < 5,-                       bytestring       >= 0.9   && < 0.11,-                       HUnit            >= 1.2   && < 1.4,-                       QuickCheck       >= 2.4   && < 2.10,-                       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-    Default-Language:  Haskell2010-    Default-Extensions: DeriveDataTypeable, CPP-    Ghc-Options:       -Wall -fno-warn-orphans-    Build-Depends:     uuid-    Build-Depends:     base                   >= 4.3 && < 5,-                       criterion              >= 0.4 && < 1.2,-                       mersenne-random-pure64 >= 0.2 && < 0.3,-                       random                 >= 1.0.1 && < 1.2+Name: uuid
+Version: 1.3.13
+x-revision: 4
+Copyright: (c) 2008-2014 Antoine Latter
+Author: Antoine Latter
+Maintainer: hvr@gnu.org
+License: BSD3
+License-file: LICENSE
+Category: Data
+Build-Type: Simple
+Cabal-Version: >= 1.10
+Tested-With: GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
+
+Synopsis: For creating, comparing, parsing and printing Universally Unique Identifiers
+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.
+
+Homepage: https://github.com/hvr/uuid
+Bug-Reports: https://github.com/hvr/uuid/issues
+
+Extra-Source-Files:
+    CHANGES.md
+
+Source-Repository head
+    Type:              git
+    Location:          https://github.com/hvr/uuid.git
+    Subdir:            uuid
+
+Library
+    Build-Depends:     base            >= 4.3      && < 5,
+                       binary          >= 0.4      && < 0.9,
+                       bytestring      >= 0.10     && < 0.11,
+                       cryptohash-sha1 >= 0.11.100 && < 0.12,
+                       cryptohash-md5  >= 0.11.100 && < 0.12,
+                       entropy         >= 0.3.7    && < 0.5,
+                       network-info    == 0.2.*,
+                       random          >= 1.0.1    && < 1.3,
+                       time            >= 1.1      && < 1.10,
+                       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
+
+    Default-Language:  Haskell2010
+    Default-Extensions: DeriveDataTypeable
+    Other-Extensions:  TypeFamilies
+    Ghc-Options:       -Wall
+
+Test-Suite testuuid
+    Type:              exitcode-stdio-1.0
+    Main-is:           TestUUID.hs
+    Hs-source-dirs:    tests
+    Default-Language:  Haskell2010
+    Default-Extensions: DeriveDataTypeable
+    Other-Extensions:  ViewPatterns
+    Ghc-Options:       -Wall -fno-warn-orphans
+    Build-Depends:     uuid
+    Build-Depends:     base             >= 4.3   && < 5,
+                       bytestring       >= 0.9   && < 0.11,
+                       HUnit            >= 1.2   && < 1.4,
+                       QuickCheck       >= 2.11  && < 2.15,
+                       random,
+                       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
+    Default-Language:  Haskell2010
+    Default-Extensions: DeriveDataTypeable, CPP
+    Ghc-Options:       -Wall -fno-warn-orphans
+    Build-Depends:     uuid
+    Build-Depends:     base                   >= 4.3 && < 5,
+                       criterion              >= 0.4 && < 1.2,
+                       mersenne-random-pure64 >= 0.2 && < 0.3,
+                       random
revision 5
 Name: uuid
 Version: 1.3.13
-x-revision: 4
+x-revision: 5
 Copyright: (c) 2008-2014 Antoine Latter
 Author: Antoine Latter
 Maintainer: hvr@gnu.org
 Library
     Build-Depends:     base            >= 4.3      && < 5,
                        binary          >= 0.4      && < 0.9,
-                       bytestring      >= 0.10     && < 0.11,
+                       bytestring      >= 0.10     && < 0.12,
                        cryptohash-sha1 >= 0.11.100 && < 0.12,
                        cryptohash-md5  >= 0.11.100 && < 0.12,
                        entropy         >= 0.3.7    && < 0.5,
     Ghc-Options:       -Wall -fno-warn-orphans
     Build-Depends:     uuid
     Build-Depends:     base             >= 4.3   && < 5,
-                       bytestring       >= 0.9   && < 0.11,
+                       bytestring,
                        HUnit            >= 1.2   && < 1.4,
                        QuickCheck       >= 2.11  && < 2.15,
                        random,
revision 6
 Name: uuid
 Version: 1.3.13
-x-revision: 5
+x-revision: 6
 Copyright: (c) 2008-2014 Antoine Latter
 Author: Antoine Latter
 Maintainer: hvr@gnu.org
                        random          >= 1.0.1    && < 1.3,
                        time            >= 1.1      && < 1.10,
                        text            >= 1        && < 1.3,
-                       uuid-types      >= 1.0.2    && < 2
+                       uuid-types      >= 1.0.2    && < 1.0.4
 
     Exposed-Modules:
       Data.UUID