yjsvg-0.2.0.0: yjsvg.cabal
Build-Type: Simple
Cabal-Version: >= 1.8
Name: yjsvg
Version: 0.2.0.0
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
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.24.*
Ghc-Options: -Wall -fno-warn-tabs