Cabal revisions of parsec-2.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: parsec-version: 2.1.0.0-license: BSD3-license-file: LICENSE-author: Daan Leijen <daan@cs.uu.nl>-maintainer: Daan Leijen <daan@cs.uu.nl>-homepage: http://www.cs.uu.nl/~daan/parsec.html-category: Parsing-synopsis: Monadic parser combinators-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.-build-type: Simple-exposed-modules:- Text.ParserCombinators.Parsec.Error,- Text.ParserCombinators.Parsec.Char,- Text.ParserCombinators.Parsec.Combinator,- Text.ParserCombinators.Parsec.Expr,- Text.ParserCombinators.Parsec.Language,- Text.ParserCombinators.Parsec.Perm,- Text.ParserCombinators.Parsec.Pos,- Text.ParserCombinators.Parsec.Prim,- Text.ParserCombinators.Parsec.Token,- Text.ParserCombinators.Parsec-build-depends: base-extensions: ExistentialQuantification, PolymorphicComponents+name: parsec +version: 2.1.0.0 +x-revision: 1 +license: BSD3 +license-file: LICENSE +author: Daan Leijen <daan@cs.uu.nl> +maintainer: Daan Leijen <daan@cs.uu.nl> +homepage: http://www.cs.uu.nl/~daan/parsec.html +category: Parsing +synopsis: Monadic parser combinators +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. +build-type: Simple +exposed-modules: + Text.ParserCombinators.Parsec.Error, + Text.ParserCombinators.Parsec.Char, + Text.ParserCombinators.Parsec.Combinator, + Text.ParserCombinators.Parsec.Expr, + Text.ParserCombinators.Parsec.Language, + Text.ParserCombinators.Parsec.Perm, + Text.ParserCombinators.Parsec.Pos, + Text.ParserCombinators.Parsec.Prim, + Text.ParserCombinators.Parsec.Token, + Text.ParserCombinators.Parsec +build-depends: base < 4.8 +extensions: ExistentialQuantification, PolymorphicComponents