name: parsec
version: 3.0.0
license: BSD3
copyright:
maintainer: Derek Elkins <derek.a.elkins@gmail.com>
stability:
homepage: http://www.cs.uu.nl/~daan/parsec.html
package-url:
description: Parsec is designed from scratch as an industrial-strength parser
             library.  It is simple, safe, well documented (on the package
             homepage), has extensive libraries and good error messages,
             and is also fast.  It is defined as a monad transformer that can be
             stacked on arbitrary monads, and it is also parametric in the
             input stream type.
category: Parsing
author: Daan Leijen <daan@cs.uu.nl>, Paolo Martini <paolo@nemail.it>
exposed: True
exposed-modules: Text.Parsec Text.Parsec.String
                 Text.Parsec.ByteString Text.Parsec.ByteString.Lazy Text.Parsec.Pos
                 Text.Parsec.Error Text.Parsec.Prim Text.Parsec.Char
                 Text.Parsec.Combinator Text.Parsec.Token Text.Parsec.Expr
                 Text.Parsec.Language Text.Parsec.Perm Text.ParserCombinators.Parsec
                 Text.ParserCombinators.Parsec.Char
                 Text.ParserCombinators.Parsec.Combinator
                 Text.ParserCombinators.Parsec.Error
                 Text.ParserCombinators.Parsec.Expr
                 Text.ParserCombinators.Parsec.Language
                 Text.ParserCombinators.Parsec.Perm
                 Text.ParserCombinators.Parsec.Pos
                 Text.ParserCombinators.Parsec.Prim
                 Text.ParserCombinators.Parsec.Token
hidden-modules:
import-dirs: /usr/lib/haskell-packages/ghc6/lib/parsec-3.0.0/ghc-6.10.4
library-dirs: /usr/lib/haskell-packages/ghc6/lib/parsec-3.0.0/ghc-6.10.4
hs-libraries: HSparsec-3.0.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.1.0.0 bytestring-0.9.1.4 mtl-1.1.0.2
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/share/ghc6-doc/ghc-6.10.4/haddock/parsec.haddock
haddock-html: /usr/share/doc/libghc6-parsec3-doc/html/
