diagrams-builder 0.4.0.1 → 0.4.0.2
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~cryptohashPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: cryptohash
API changes (from Hackage documentation)
Files
- CHANGES.markdown +5/−0
- diagrams-builder.cabal +2/−2
CHANGES.markdown view
@@ -1,3 +1,8 @@+0.4.0.2 (31 August 2013)+------------------------++ - allow cryptohash-0.10+ 0.4.0.1 (22 August 2013) ------------------------
diagrams-builder.cabal view
@@ -1,5 +1,5 @@ name: diagrams-builder-version: 0.4.0.1+version: 0.4.0.2 synopsis: hint-based build service for the diagrams graphics EDSL. description: @diagrams-builder@ provides backend-agnostic tools for@@ -54,7 +54,7 @@ transformers >= 0.3 && < 0.4, split >= 0.2 && < 0.3, haskell-src-exts >= 1.13.1 && < 1.15,- cryptohash >= 0.8 && < 0.10,+ cryptohash >= 0.8 && < 0.11, bytestring >= 0.9.2 && < 0.11, cmdargs >= 0.6 && < 0.11 hs-source-dirs: src