uuid-types 1.0.2 → 1.0.3
raw patch · 3 files changed
+8/−18 lines, 3 filesdep ~HUnitdep ~QuickCheckdep ~binaryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HUnit, QuickCheck, binary, bytestring, containers, criterion, hashable, random, tasty, tasty-hunit, tasty-quickcheck
API changes (from Hackage documentation)
Files
- CHANGES +4/−0
- CONTRIBUTORS +0/−13
- uuid-types.cabal +4/−5
CHANGES view
@@ -1,3 +1,7 @@+1.0.3++- Bump package dependencies+ 1.0.2 - Add toText/fromText
− CONTRIBUTORS
@@ -1,13 +0,0 @@-In order of appearance:--Antoine Latter-Jason Dusek-Tim Newsham-Mark Lentczner-Neil Mitchell-Bas van Dijk-Sergei Trofimovich-davean-Francesco Mazzoli-Michael Snoyman-Bardur Arantsson
uuid-types.cabal view
@@ -1,5 +1,5 @@ Name: uuid-types-Version: 1.0.2+Version: 1.0.3 Copyright: (c) 2008-2014 Antoine Latter Author: Antoine Latter Maintainer: aslatter@gmail.com@@ -23,12 +23,11 @@ Extra-Source-Files: CHANGES- CONTRIBUTORS Library Build-Depends: base >=3 && < 5,- binary >= 0.4 && < 0.8,+ binary >= 0.4 && < 0.9, bytestring >= 0.9 && < 0.11, deepseq >= 1.3 && < 1.5, hashable (>= 1.1.1.0 && < 1.2.0) || (>= 1.2.1 && < 1.3),@@ -57,9 +56,9 @@ Build-Depends: base >= 3 && < 5, uuid-types, bytestring >= 0.9 && < 0.11,- HUnit >=1.2 && < 1.3,+ HUnit >=1.2 && < 1.4, QuickCheck >=2.4 && < 2.9,- tasty == 0.10.*,+ tasty >= 0.10 && < 0.12, tasty-hunit == 0.9.*, tasty-quickcheck == 0.8.*