packages feed

diagrams-core 1.3.0.5 → 1.3.0.6

raw patch · 2 files changed

+8/−2 lines, 2 filesdep ~unordered-containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: unordered-containers

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,9 @@+## [v1.3.0.6](https://github.com/diagrams/diagrams-core/tree/v1.3.0.6) (2016-02-19)++  - allow `unordered-containers-0.2.*`++[Full Changelog](https://github.com/diagrams/diagrams-core/compare/v1.3.0.5...v1.3.0.6)+ ## [v1.3.0.5](https://github.com/diagrams/diagrams-core/tree/v1.3.0.5) (2016-01-14)    - allow `unordered-containers-0.2.6`
diagrams-core.cabal view
@@ -1,5 +1,5 @@ Name:                diagrams-core-Version:             1.3.0.5+Version:             1.3.0.6 Synopsis:            Core libraries for diagrams EDSL Description:         The core modules underlying diagrams,                      an embedded domain-specific language@@ -38,7 +38,7 @@    Build-depends:       base >= 4.2 && < 4.9,                        containers >= 0.4.2 && < 0.6,-                       unordered-containers >= 0.2 && < 0.2.7,+                       unordered-containers >= 0.2 && < 0.3,                        semigroups >= 0.8.4 && < 0.19,                        monoid-extras >= 0.3 && < 0.5,                        dual-tree >= 0.2 && < 0.3,