packages feed

Cabal revisions of parsec-3.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:		parsec-version:	3.0.0-cabal-version: >= 1.2-license:	BSD3-license-file:	LICENSE-author:		Daan Leijen <daan@cs.uu.nl>, Paolo Martini <paolo@nemail.it>-maintainer:	Derek Elkins <derek.a.elkins@gmail.com>-homepage:	http://www.cs.uu.nl/~daan/parsec.html-category:	Parsing-synopsis:	Monadic parser combinators-build-type: Simple+cabal-version:  >= 1.2+name:           parsec+version:        3.0.0+x-revision: 1++build-type:     Simple+license:        BSD3+license-file:   LICENSE+author:         Daan Leijen <daan@cs.uu.nl>, Paolo Martini <paolo@nemail.it>+maintainer:     Derek Elkins <derek.a.elkins@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-	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.+        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. -library    +library     exposed-modules:         Text.Parsec,         Text.Parsec.String,         Text.ParserCombinators.Parsec.Pos,         Text.ParserCombinators.Parsec.Prim,         Text.ParserCombinators.Parsec.Token-    build-depends:	base, mtl, bytestring-    extensions:	ExistentialQuantification, PolymorphicComponents, MultiParamTypeClasses, FlexibleInstances, FlexibleContexts-    ghc-options:	-O2-    ghc-prof-options:	-auto-all++    build-depends: base       < 4.11+                 , mtl        < 2.3+                 , bytestring < 0.11++    extensions: ExistentialQuantification+              , PolymorphicComponents+              , MultiParamTypeClasses+              , FlexibleInstances+              , FlexibleContexts+    +    ghc-options:        -O2+    ghc-prof-options:   -auto-all