diagrams-contrib 0.6.0.3 → 0.6.0.4
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- CHANGES.markdown +5/−0
- diagrams-contrib.cabal +2/−2
CHANGES.markdown view
@@ -1,3 +1,8 @@+0.6.0.4 (19 March 2013)+-----------------------++* bump upper bound to allow QuickCheck-2.6+ 0.6.0.3: 27 January 2013 ------------------------
diagrams-contrib.cabal view
@@ -1,5 +1,5 @@ name: diagrams-contrib-version: 0.6.0.3+version: 0.6.0.4 synopsis: Collection of user contributions to diagrams EDSL description: A collection of user contributions for diagrams, an embedded domain-specific language for generation @@ -49,7 +49,7 @@ other-modules: Diagrams.TwoD.Path.Turtle.Tests build-depends: HUnit >= 1.2 && < 1.3,- QuickCheck >= 2.4 && < 2.6,+ QuickCheck >= 2.4 && < 2.7, containers >= 0.3 && < 0.6, test-framework >= 0.4 && < 0.9, test-framework-hunit >= 0.2 && < 0.4,