markdown2svg-0.0.1.4: markdown2svg.cabal
build-type: Simple
cabal-version: >=1.8
name: markdown2svg
version: 0.0.1.4
stability: Experimental
author: Yoshikuni Jujo <PAF01143@nifty.ne.jp>
maintainer: Yoshikuni Jujo <PAF01143@nifty.ne.jp>
license: BSD3
license-file: LICENSE
category: Text
synopsis: markdown to svg converter
description:
Usage: markdown2svg foo.md
.
Now. Implemented only following features.
.
paragraph, header, code, list
.
Not yet implemented following features.
.
newline, bold, quote, link, horizontal line
source-repository head
type: git
location: git://github.com/YoshikuniJujo/markdown2svg.git
source-repository this
type: git
location: git://github.com/YoshikuniJujo/markdown2svg.git
tag: 0.0.1.4
executable markdown2svg
hs-source-dirs: src
main-is: markdown2svg.hs
build-depends: base > 3 && < 5, yjsvg, papillon, filepath, monads-tf
ghc-options: -Wall
other-modules: Text, Parser, SVG