Cabal revisions of parsec-3.1.17.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 1.12 name: parsec version: 3.1.17.0+x-revision: 1 synopsis: Monadic parser combinators description: Parsec is designed from scratch as an industrial-strength parser category: Parsing build-type: Simple-tested-with: GHC ==9.8.1 || ==9.6.2 || ==9.4.7 || ==9.2.8 || ==9.0.2 || ==8.10.7 || ==8.8.4 || ==8.6.5 || ==8.4.4 || ==8.2.2 || ==8.0.2 || ==7.10.3 || ==7.8.4 || ==7.6.3 || ==7.4.2+tested-with: GHC ==9.10.1 || ==9.8.2 || ==9.6.4 || ==9.4.8 || ==9.2.8 || ==9.0.2 || ==8.10.7 || ==8.8.4 || ==8.6.5 || ==8.4.4 || ==8.2.2 || ==8.0.2 || ==7.10.3 || ==7.8.4 || ==7.6.3 || ==7.4.2 extra-source-files: ChangeLog.md, README.md Text.ParserCombinators.Parsec.Token build-depends:- base >= 4.5.1.0 && < 4.20,+ base >= 4.5.1.0 && < 4.21, mtl >= 2.1.3.1 && < 2.4, bytestring >= 0.9.2.1 && < 0.13, text (>= 1.2.3.0 && < 1.3)