SVGPath 1.1.1 → 1.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~parsecnew-uploader
Dependency ranges changed: parsec
Files
- SVGPath.cabal +2/−2
SVGPath.cabal view
@@ -1,5 +1,5 @@ Name: SVGPath -Version: 1.1.1 +Version: 1.1.2 Synopsis: Parsing the path command of SVG Description: Parsing the path command of SVG category: Graphics @@ -14,6 +14,6 @@ hs-source-dirs: src build-depends: base == 4.*, - parsec >= 2.1 && <= 3.1 + parsec >= 2.1 exposed-modules: Graphics.SVG.ReadPath