packages feed

markdown-pap-0.0.1.8: markdown-pap.cabal

build-type:	Simple
cabal-version:	>= 1.8

name:		markdown-pap
version:	0.0.1.8
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 parser with papillon
description:
	Now. Implemented only following features.
	.
	Paragraph, header, code, list, image
	.
	Not yet implemented following features.
	.
	newline, bold, quote, link, horizontal line

source-repository	head
  type:		git
  location:	git://github.com/YoshikuniJujo/markdown-pap.git

source-repository	this
  type:		git
  location:	git://github.com/YoshikuniJujo/markdown-pap.git
  tag:		0.0.1.8

library
  hs-source-dirs:	src
  exposed-modules:	Text.Markdown.Pap
  other-modules:	Text.Markdown.Pap.Parser, Text.Markdown.Pap.Text
  build-depends:	base > 3 && < 5, papillon, monads-tf
  ghc-options:		-Wall