yjsvg-0.1.7: yjsvg.cabal
Build-Type: Simple
Cabal-Version: >= 1.6
Name: yjsvg
Version: 0.1.7
stability: experimental
author: YoshikuniJujo <PAF01143@nifty.ne.jp>
maintainer: YoshikuniJujo <PAF01143@nifty.ne.jp>
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
Library
Hs-source-dirs: src
Exposed-Modules: Text.XML.YJSVG
Build-Depends: base > 3 && < 5, HaXml
Ghc-Options: -Wall