Cabal revisions of parsec-3.1.10
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: parsec-version: 3.1.10+name: parsec+version: 3.1.10+x-revision: 1 cabal-version: >= 1.8-license: BSD3-license-file: LICENSE-author: Daan Leijen <daan@microsoft.com>, Paolo Martini <paolo@nemail.it>-maintainer: Antoine Latter <aslatter@gmail.com>-homepage: https://github.com/aslatter/parsec+license: BSD3+license-file: LICENSE+author: Daan Leijen <daan@microsoft.com>, Paolo Martini <paolo@nemail.it>+maintainer: Antoine Latter <aslatter@gmail.com>+homepage: https://github.com/aslatter/parsec bug-reports: https://github.com/aslatter/parsec/issues-category: Parsing-synopsis: Monadic parser combinators+category: Parsing+synopsis: Monadic parser combinators build-type: Simple 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, good error messages,- and is 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.+ Parsec is designed from scratch as an industrial-strength parser+ library. It is simple, safe, well documented (on the package+ homepage), has extensive libraries, good error messages,+ and is 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. extra-source-files: CHANGES source-repository head Text.ParserCombinators.Parsec.Token build-depends:- base >= 4 && < 5,- mtl,- bytestring,+ base >= 4 && < 4.13,+ mtl < 2.3,+ bytestring < 0.11, text >= 0.2 && < 1.3 extensions: