Build-Type: Simple Cabal-Version: >= 1.8 Name: yjsvg Version: 0.2.0.1 stability: experimental author: YoshikuniJujo maintainer: YoshikuniJujo license: BSD3 license-file: LICENSE category: Graphics synopsis: make SVG string from Haskell data description: > import Text.XML.YJSVG > main = putStrLn $ showSVG 500 750 [ ("", Line 30 40 100 200 "yellow" 10) ] . etc source-repository head type: git location: git://github.com/YoshikuniJujo/yjsvg.git source-repository this type: git location: git://github.com/YoshikuniJujo/yjsvg.git tag: yjsvg-0.2.0.0 Library Hs-source-dirs: src Exposed-Modules: Text.XML.YJSVG Build-Depends: base == 4.*, HaXml == 1.25.* Ghc-Options: -Wall -fno-warn-tabs