add Alternative and Applicative to Parse and ParseT
[mtlparse.git] / mtlparse.cabal
blob9ae2511f701395c03ca1f802c9577a2d82a9a60f
1 Name:           mtlparse
2 Version:        0.1.4.0
3 License:        LGPL
4 License-File:   LICENSE
5 Author:         Yoshikuni Jujo <PAF01143@nifty.ne.jp>
6 Maintainer:     PAF01143@nifty.ne.jp
7 Stability:      experimental
8 Homepage:       http://homepage3.nifty.com/salamander/second/projects/mtlparse/
9 Synopsis:       parse library using mtl package
10 Description:
11         parse library on mtl package
12         .
13         Parse and ParseT is like State and StateT
14         .
15         The package ease implementation of look-ahead look-behind
16         and so on.
17 Category:       Parsing
18 Build-Depends:  base > 2 && < 5, mtl
19 Build-Type:     Simple
20 Exposed-modules:Text.ParserCombinators.MTLParse
21 Other-modules:  Text.ParserCombinators.MTLParse.MTLParseCore
22 Extra-source-files:
23 ghc-options:    -Wall