packages feed

uuid 1.3.16 → 1.3.16.1

raw patch · 1 files changed

+9/−9 lines, 1 filesdep −textdep ~randomdep ~time

Dependencies removed: text

Dependency ranges changed: random, time

Files

uuid.cabal view
@@ -1,6 +1,6 @@ cabal-version:      1.12 name:               uuid-version:            1.3.16+version:            1.3.16.1 copyright:          (c) 2008-2014 Antoine Latter author:             Antoine Latter maintainer:         Oleg Grenrus <oleg.grenrus@iki.fi>@@ -16,8 +16,10 @@    || ==9.2.8    || ==9.4.8    || ==9.6.6-   || ==9.8.2+   || ==9.8.4    || ==9.10.1+   || ==9.12.4+   || ==9.14.1  synopsis:   For creating, comparing, parsing and printing Universally Unique Identifiers@@ -46,9 +48,8 @@     , cryptohash-sha1  >=0.11.100 && <0.12     , entropy          >=0.3.7    && <0.5     , network-info     >=0.2      && <0.3-    , random           >=1.2.1.2  && <1.3-    , text             >=1.2.3.0  && <1.3  || >=2.0 && <2.2-    , time             >=1.4      && <1.13+    , random           >=1.2.1.2  && <1.4+    , time             >=1.4      && <1.16    -- strict dependency on uuid-types,   -- as we re-rexport datatype, thus leak instances etc.@@ -71,7 +72,7 @@   ghc-options:        -Wall   hs-source-dirs:     src -test-suite testuuid+test-suite test-uuid   type:               exitcode-stdio-1.0   main-is:            TestUUID.hs   hs-source-dirs:     tests@@ -84,12 +85,11 @@   build-depends:       base     , bytestring-    , random     , uuid    -- deps w/o inherited constraints   build-depends:-      QuickCheck        >=2.14.2  && <2.15+      QuickCheck        >=2.14.2  && <2.16     , tasty             >=1.4.0.1 && <1.6     , tasty-hunit       >=0.10    && <0.11-    , tasty-quickcheck  >=0.10    && <0.11+    , tasty-quickcheck  >=0.10    && <0.12