Name: appar Version: 0.1.4 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3 License-File: LICENSE Synopsis: A simple applicative parser Description: A simple applicative parser in Parsec style Category: Parsing Cabal-Version: >= 1.6 Build-Type: Simple Extra-Source-Files: README library if impl(ghc >= 6.12) GHC-Options: -Wall -fno-warn-unused-do-bind else GHC-Options: -Wall Exposed-Modules: Text.Appar.String Text.Appar.ByteString Text.Appar.LazyByteString Other-Modules: Text.Appar.Input Text.Appar.Parser Build-Depends: base >= 4 && < 5, bytestring Source-Repository head Type: git Location: git://github.com/kazu-yamamoto/appar.git