uuid 1.2.10 → 1.2.11
raw patch · 2 files changed
+11/−2 lines, 2 filesdep ~binary
Dependency ranges changed: binary
Files
- CHANGES +9/−0
- uuid.cabal +2/−2
CHANGES view
@@ -1,3 +1,12 @@+1.2.11++- Allow binary 0.7.*++1.2.10++- Allow cryptohash version 0.9.*+- Cleanup tests+ 1.2.9 - Bumped dependency on 'cryptohash'.
uuid.cabal view
@@ -1,5 +1,5 @@ Name: uuid-Version: 1.2.10+Version: 1.2.11 Copyright: (c) 2008-2012 Antoine Latter Author: Antoine Latter Maintainer: aslatter@gmail.com@@ -27,7 +27,7 @@ Library Build-Depends: base >=3 && < 5,- binary >= 0.4 && < 0.7,+ binary >= 0.4 && < 0.8, bytestring >= 0.9 && < 1.1, cryptohash >= 0.7 && < 0.10, maccatcher >= 1.0 && < 2.2,