packages feed

SVGPath-1.1: SVGPath.cabal

Name:             SVGPath
Version:          1.1
Synopsis:         Parsing the path command of SVG
Description:      Parsing the path command of SVG
category:         Graphics
License:          BSD3
License-file:     LICENSE
Author:           Tillmann Vogt
Maintainer:       tillk.vogt@googlemail.com
Build-Type:       Simple
Cabal-Version:    >=1.6

Library
    hs-source-dirs: src
    build-depends:
        base == 4.*,
        parsec >= 2.1 && <= 3.1
    exposed-modules:
        Graphics.SVG.ReadPath