name: parsek version: 1.0 license: BSD3 license-file: LICENSE author: Daan Leijen , Koen Classen , Lennart Augustsson maintainer: Lennart Augustsson homepage: http://www.cs.uu.nl/~daan/parsec.html category: Parsing synopsis: Monadic parser combinators description: Parsek is a parsing library compatible with Parsec, but with an commutative <|> operator. exposed-modules: Text.ParserCombinators.Parsek.Error, Text.ParserCombinators.Parsek.Char, Text.ParserCombinators.Parsek.Combinator, Text.ParserCombinators.Parsek.Expr, Text.ParserCombinators.Parsek.Language, Text.ParserCombinators.Parsek.Perm, Text.ParserCombinators.Parsek.Pos, Text.ParserCombinators.Parsek.Prim, Text.ParserCombinators.Parsek.Token, Text.ParserCombinators.Parsek build-depends: base ghc-options: -fglasgow-exts -Wall