File: mtlparse.cabal

package info (click to toggle)
haskell-mtlparse 0.1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 108 kB
  • sloc: haskell: 298; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Name:		mtlparse
Version:	0.1.2
License:	LGPL
License-File:	LICENSE
Author:		Yoshikuni Jujo <PAF01143@nifty.ne.jp>
Maintainer:	PAF01143@nifty.ne.jp
Stability:	experimental
Homepage:	http://homepage3.nifty.com/salamander/second/projects/mtlparse/
Synopsis:	parse library using 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
	and so on.
Category:	Parsing
Build-Depends:	base > 2 && < 5, mtl
Build-Type:     Simple
Exposed-modules:Text.ParserCombinators.MTLParse
Other-modules:	Text.ParserCombinators.MTLParse.MTLParseCore
Extra-source-files:
ghc-options:    -Wall