Cabal revisions of parsec2-1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: >= 1.2-name: parsec2-version: 1.0.0-license: BSD3-license-file: LICENSE-author: Daan Leijen <daan@cs.uu.nl>-maintainer: Antoine Latter <aslatter@gmail.com>-homepage: http://www.cs.uu.nl/~daan/parsec.html-category: Parsing-synopsis: Monadic parser combinators+cabal-version: >= 1.6+name: parsec2+version: 1.0.0+x-revision: 1++build-type: Simple+license: BSD3+license-file: LICENSE+author: Daan Leijen <daan@cs.uu.nl>+maintainer: Antoine Latter <aslatter@gmail.com>+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 . This package is a maintained fork of version 2.1 of the parsec package, intended to preserve its simplicity and portability.-build-type: Simple+ extra-source-files: CHANGELOG-cabal-version: >= 1.6+ library { exposed-modules: Text.ParserCombinators.Parsec.Error, Text.ParserCombinators.Parsec.Pos, Text.ParserCombinators.Parsec.Prim, Text.ParserCombinators.Parsec- build-depends: base<5- extensions: ExistentialQuantification+ build-depends: base<4.8+ extensions: ExistentialQuantification if !impl(nhc98) {- extensions: PolymorphicComponents+ extensions: PolymorphicComponents exposed-modules: Text.ParserCombinators.Parsec.Language, Text.ParserCombinators.Parsec.Token } }+ source-repository head { type: darcs location: http://code.haskell.org/parsec2/parsec2 }+ source-repository this { type: darcs location: http://code.haskell.org/parsec2/parsec2