diagrams-haddock 0.3.0.4 → 0.3.0.5
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~lucid-svgPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lucid-svg
API changes (from Hackage documentation)
Files
- CHANGES.md +5/−0
- diagrams-haddock.cabal +2/−2
CHANGES.md view
@@ -1,3 +1,8 @@+0.3.0.5 (10 July 2015)+-----------------------++- Allow `lucid-svg-0.5+ ## [v0.3.0.4](https://github.com/diagrams/diagrams-haddock/tree/v0.3.0.4) (2015-05-26) [Full Changelog](https://github.com/diagrams/diagrams-haddock/compare/v0.3.0.3...v0.3.0.4)
diagrams-haddock.cabal view
@@ -1,5 +1,5 @@ name: diagrams-haddock-version: 0.3.0.4+version: 0.3.0.5 synopsis: Preprocessor for embedding diagrams in Haddock documentation description: diagrams-haddock is a tool for compiling embedded inline diagrams code in Haddock documentation, for an@@ -44,7 +44,7 @@ strict >= 0.3 && < 0.4, parsec >= 3, haskell-src-exts >= 1.16 && < 1.17,- lucid-svg >= 0.4.0.3 && < 0.5,+ lucid-svg >= 0.5 && < 0.6, diagrams-builder >= 0.5 && < 0.8, diagrams-lib >= 0.6 && < 1.4, diagrams-svg >= 0.8.0.1 && < 1.4,