SVGFonts 1.6.0.2 → 1.6.0.3
raw patch · 2 files changed
+9/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGES.md +5/−0
- SVGFonts.cabal +4/−3
CHANGES.md view
@@ -1,3 +1,8 @@+1.6.0.3 (25 September 2017)+---------------------------++- Fix link on Hackage page+ 1.6.0.2 (21 August 2017) ------------------------
SVGFonts.cabal view
@@ -1,10 +1,11 @@ Name: SVGFonts-Version: 1.6.0.2+Version: 1.6.0.3 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. .- You can convert your own font to SVG with <http://fontforge.sourceforge.net/>, or use the included LinLibertine and Bitstream fonts.+ You can convert your own font to SVG with <http://fontforge.github.io/>,+ or use the included LinLibertine and Bitstream fonts. . Features: .@@ -48,7 +49,7 @@ data-files: fonts/*.svg extra-source-files: CHANGES.md, README.md, diagrams/*.svg extra-doc-files: diagrams/*.svg-Tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1+Tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1, GHC == 8.2.1 source-repository head type: git location: https://github.com/diagrams/SVGFonts.git