SVGFonts 1.6.0.0 → 1.6.0.1
raw patch · 2 files changed
+9/−3 lines, 2 filesdep ~diagrams-coredep ~diagrams-libPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: diagrams-core, diagrams-lib
API changes (from Hackage documentation)
Files
- CHANGES.md +6/−0
- SVGFonts.cabal +3/−3
CHANGES.md view
@@ -1,3 +1,9 @@+1.6.0.1 (27 October 2016)+-------------------------++- Allow `diagrams-core-1.4`+- Allow `diagrams-lib-1.4`+ 1.6 (8 August 2016) -------------------
SVGFonts.cabal view
@@ -1,5 +1,5 @@ Name: SVGFonts-Version: 1.6.0.0+Version: 1.6.0.1 Synopsis: Fonts from the SVG-Font format Description: Native font support for the diagrams framework (<http://projects.haskell.org/diagrams/>). Note that this package can be used with any diagrams backend, not just the SVG backend. The SVG-font format is easy to parse and was therefore chosen for a font library completely written in Haskell.@@ -65,8 +65,8 @@ cereal-vector, containers >= 0.4 && < 0.6, data-default-class < 0.2,- diagrams-core >= 1.3 && < 1.4,- diagrams-lib >= 1.3 && < 1.4,+ diagrams-core >= 1.3 && < 1.5,+ diagrams-lib >= 1.3 && < 1.5, directory >= 1.1, blaze-svg >= 0.3.3, blaze-markup >= 0.5,