packages feed

SVGFonts 1.4.0.2 → 1.4.0.3

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~diagrams-libnew-uploader

Dependency ranges changed: diagrams-lib

Files

CHANGES.md view
@@ -1,7 +1,7 @@-1.4.0.2 (1 March 2014)+1.4.0.3 (2 June 2014) ---------------------- -- Allow `diagrams-lib-1.1`.+- Allow `diagrams-lib-1.2`.  1.4.0.1 (25 November 2013) --------------------------
SVGFonts.cabal view
@@ -1,5 +1,5 @@ Name:             SVGFonts
-Version:          1.4.0.2+Version:          1.4.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.
@@ -62,7 +62,7 @@         base == 4.*,
         containers >= 0.4 && < 0.6,
         data-default-class < 0.1,
-        diagrams-lib >= 0.7 && < 1.2,
+        diagrams-lib >= 0.7 && < 1.3,
         directory >= 1.1,
         blaze-svg >= 0.3.3,
         blaze-markup >= 0.5,