packages feed

diagrams-contrib 1.3.0 → 1.3.0.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~QuickCheck

Dependency ranges changed: QuickCheck

Files

CHANGES.markdown view
@@ -1,3 +1,7 @@+1.3.0.1 (29 April 2015)++- allow `QuickCheck-2.8` in test suite+ 1.3.0.0 (19 April 2015) ----------------------- 
diagrams-contrib.cabal view
@@ -1,5 +1,5 @@ name:                diagrams-contrib-version:             1.3.0+version:             1.3.0.1 synopsis:            Collection of user contributions to diagrams EDSL description:         A collection of user contributions for diagrams,                      an embedded domain-specific language for generation@@ -76,7 +76,7 @@   other-modules:       Diagrams.TwoD.Path.Turtle.Tests    build-depends:       HUnit                      >= 1.2 && < 1.3,-                       QuickCheck                 >= 2.4 && < 2.8,+                       QuickCheck                 >= 2.4 && < 2.9,                        containers                 >= 0.3 && < 0.6,                        test-framework             >= 0.4 && < 0.9,                        test-framework-hunit       >= 0.2 && < 0.4,