packages feed

diagrams-contrib 0.6 → 0.6.0.1

raw patch · 2 files changed

+11/−13 lines, 2 filesdep −fclabelsdep ~containersdep ~test-frameworkdep ~test-framework-hunitPVP ok

version bump matches the API change (PVP)

Dependencies removed: fclabels

Dependency ranges changed: containers, test-framework, test-framework-hunit, test-framework-quickcheck2

API changes (from Hackage documentation)

Files

CHANGES.markdown view
@@ -1,3 +1,8 @@+0.6.0.1: 17 December 2012+-------------------------++* Update dependencies of tests+ 0.6: 11 December 2012 --------------------- 
diagrams-contrib.cabal view
@@ -1,5 +1,5 @@ name:                diagrams-contrib-version:             0.6+version:             0.6.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 @@ -52,18 +52,11 @@   build-depends:       HUnit                      >= 1.2 && < 1.3,                        QuickCheck                 >= 2.4 && < 2.6,                        containers                 >= 0.3 && < 0.6,-                       test-framework             >= 0.4 && < 0.7,-                       test-framework-hunit       >= 0.2 && < 0.3,-                       test-framework-quickcheck2 >= 0.2 && < 0.3,-                       -- Copied from regular dependencies+                       test-framework             >= 0.4 && < 0.9,+                       test-framework-hunit       >= 0.2 && < 0.4,+                       test-framework-quickcheck2 >= 0.2 && < 0.4,+                        base >= 4.2 && < 4.7,-                       mtl >= 2.0 && < 2.2,-                       containers >= 0.4 && < 0.6,-                       vector-space >= 0.7 && < 0.9,-                       colour >= 2.3.1 && < 2.4,-                       diagrams-lib >= 0.6 && < 0.7,+                       diagrams-lib >= 0.6 && < 0.7 -                       fclabels >= 1.0.4 && < 1.2,-                       force-layout >= 0.2 && < 0.3,-                       data-default >= 0.3 && < 0.6   default-language:    Haskell2010