uuid 1.2.8 → 1.2.9
raw patch · 2 files changed
+14/−2 lines, 2 filesdep ~cryptohash
Dependency ranges changed: cryptohash
Files
- CHANGES +12/−0
- uuid.cabal +2/−2
CHANGES view
@@ -1,3 +1,15 @@+1.2.9++- Bumped dependency on 'cryptohash'.++1.2.8++- Bumped various dependencies and cleaned up dependencies in general.++1.2.7++- Added stricter constraints on 'random' package.+ 1.2.6 - Add module 'V4' to direct attention to our Random instance
uuid.cabal view
@@ -1,5 +1,5 @@ Name: uuid-Version: 1.2.8+Version: 1.2.9 Copyright: (c) 2008-2012 Antoine Latter Author: Antoine Latter Maintainer: aslatter@gmail.com@@ -29,7 +29,7 @@ Build-Depends: base >=3 && < 5, binary >= 0.4 && < 0.7, bytestring >= 0.9 && < 1.1,- cryptohash >= 0.7 && < 0.8,+ cryptohash >= 0.7 && < 0.9, maccatcher >= 1.0 && < 2.2, random >= 1.0.1 && < 1.1, time >= 1.1 && < 1.5