diagrams-core 1.3.0.1 → 1.3.0.2
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~lensdep ~linearPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lens, linear
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- diagrams-core.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+## [v1.3.0.2](https://github.com/diagrams/diagrams-core/tree/v1.3.0.2) (2015-07-19)++[Full Changelog](https://github.com/diagrams/diagrams-core/compare/v1.3.0.1...v1.3.0.2)+ ## [v1.3.0.1](https://github.com/diagrams/diagrams-core/tree/v1.3.0.1) (2015-05-26) [Full Changelog](https://github.com/diagrams/diagrams-core/compare/v1.3...v1.3.0.1)
diagrams-core.cabal view
@@ -1,5 +1,5 @@ Name: diagrams-core-Version: 1.3.0.1+Version: 1.3.0.2 Synopsis: Core libraries for diagrams EDSL Description: The core modules underlying diagrams, an embedded domain-specific language@@ -42,8 +42,8 @@ semigroups >= 0.8.4 && < 0.17, monoid-extras >= 0.3 && < 0.5, dual-tree >= 0.2 && < 0.3,- lens >= 4.0 && < 4.12,- linear >= 1.11.3 && < 1.19,+ lens >= 4.0 && < 4.13,+ linear >= 1.11.3 && < 1.20, adjunctions >= 4.0 && < 5.0, distributive >=0.2.2 && < 1.0, mtl