diagrams-html5 1.3.0.1 → 1.3.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~lensPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lens
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- diagrams-html5.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+## [v1.3.0.2](https://github.com/diagrams/diagrams-html5/tree/v1.3.0.2) (2015-07-19)++[Full Changelog](https://github.com/diagrams/diagrams-html5/compare/v1.3.0.1...v1.3.0.2)+ ## [v1.3.0.1](https://github.com/diagrams/diagrams-html5/tree/v1.3.0.1) (2015-05-26) [Full Changelog](https://github.com/diagrams/diagrams-html5/compare/v1.3...v1.3.0.1)
diagrams-html5.cabal view
@@ -1,5 +1,5 @@ Name: diagrams-html5-Version: 1.3.0.1+Version: 1.3.0.2 Synopsis: HTML5 canvas backend for diagrams drawing EDSL Description: This package provides a modular backend for rendering diagrams created with the diagrams EDSL using an@@ -31,7 +31,7 @@ diagrams-lib >= 1.3 && < 1.4, cmdargs >= 0.6 && < 0.11, static-canvas >= 0.2 && < 0.3,- lens >= 4.0 && < 4.12,+ lens >= 4.0 && < 4.13, containers >= 0.3 && < 0.6, text >= 1.0 && < 1.3, data-default-class >= 0.0.1 && < 0.1,