packages feed

mtlparse-0.0.0.5: mtlparse.cabal

Name:		mtlparse
Version:	0.0.0.5
License:	GPL
License-File:	LICENSE
Author:		Yoshikuni Jujo <PAF01143@nifty.ne.jp>
Maintainer:	PAF01143@nifty.ne.jp
Stability:	experimental
Homepage:	http://homepage3.nifty.com/salamander/mtlparse
Synopsis:	parse library use mtl package
Description:
	parse library on mtl package
	.
	Parse and ParseT is like State and StateT
	.
	the package ease implementation of look-ahead look-behind include-file
	and so on.
	.
	it is dirty code now
Category:	ParserCombinators
Build-Depends:	base, mtl
Build-Type:     Simple
Exposed-modules:Text.ParserCombinators.MTLParse.MTLParse
Other-modules:	Text.ParserCombinators.MTLParse.MTLParseCore
Extra-source-files:
ghc-options:    -Wall -O2 -optl-Wl,-s