Cabal revisions of attoparsec-0.8.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: attoparsec-version: 0.8.2.0-license: BSD3-license-file: LICENSE-category: Text, Parsing-author: Bryan O'Sullivan <bos@serpentine.com>-maintainer: Bryan O'Sullivan <bos@serpentine.com>-stability: experimental-tested-with: GHC == 6.10.4, GHC == 6.12.1-synopsis: Fast combinator parsing for bytestrings-cabal-version: >= 1.6-homepage: http://bitbucket.org/bos/attoparsec-bug-reports: http://bitbucket.org/bos/attoparsec/issues-build-type: Simple-description:- A fast parser combinator library, aimed particularly at dealing- efficiently with network protocols and complicated text/binary- file formats.-extra-source-files:- README.markdown- benchmarks/Makefile- benchmarks/Tiny.hs- benchmarks/med.txt.bz2- tests/Makefile- tests/QC.hs- tests/QCSupport.hs- tests/TestFastSet.hs- examples/Makefile- examples/Parsec_RFC2616.hs- examples/RFC2616.hs- examples/TestRFC2616.hs- examples/rfc2616.c--flag split-base-flag applicative-in-base--library- if flag(split-base)- -- bytestring was in base-2.0 and 2.1.1- build-depends: base >= 2.0 && < 2.2- else- -- in base 1.0 and >= 3.0 bytestring is a separate package- build-depends: base < 2.0 || >= 3, bytestring >= 0.9, containers >= 0.1.0.1-- if flag(applicative-in-base)- build-depends: base >= 2.0 && < 5.0- cpp-options: -DAPPLICATIVE_IN_BASE- else- build-depends: base < 2.0-- extensions: CPP- exposed-modules: Data.Attoparsec- Data.Attoparsec.Char8- Data.Attoparsec.Combinator- Data.Attoparsec.FastSet- Data.Attoparsec.Lazy- other-modules: Data.Attoparsec.Internal- ghc-options: -Wall- ghc-prof-options: -auto-all--source-repository head- type: mercurial- location: http://bitbucket.org/bos/attoparsec+name: attoparsec +version: 0.8.2.0 +x-revision: 1 +license: BSD3 +license-file: LICENSE +category: Text, Parsing +author: Bryan O'Sullivan <bos@serpentine.com> +maintainer: Bryan O'Sullivan <bos@serpentine.com> +stability: experimental +tested-with: GHC == 6.10.4, GHC == 6.12.1 +synopsis: Fast combinator parsing for bytestrings +cabal-version: >= 1.6 +homepage: http://bitbucket.org/bos/attoparsec +bug-reports: http://bitbucket.org/bos/attoparsec/issues +build-type: Simple +description: + A fast parser combinator library, aimed particularly at dealing + efficiently with network protocols and complicated text/binary + file formats. +extra-source-files: + README.markdown + benchmarks/Makefile + benchmarks/Tiny.hs + benchmarks/med.txt.bz2 + tests/Makefile + tests/QC.hs + tests/QCSupport.hs + tests/TestFastSet.hs + examples/Makefile + examples/Parsec_RFC2616.hs + examples/RFC2616.hs + examples/TestRFC2616.hs + examples/rfc2616.c + +flag split-base +flag applicative-in-base + +library + if flag(split-base) + -- bytestring was in base-2.0 and 2.1.1 + build-depends: base >= 2.0 && < 2.2 + else + -- in base 1.0 and >= 3.0 bytestring is a separate package + build-depends: base < 2.0 || >= 3, bytestring >= 0.9, containers >= 0.1.0.1 + + if flag(applicative-in-base) + build-depends: base >= 2.0 && < 4.4 + cpp-options: -DAPPLICATIVE_IN_BASE + else + build-depends: base < 2.0 + + extensions: CPP + exposed-modules: Data.Attoparsec + Data.Attoparsec.Char8 + Data.Attoparsec.Combinator + Data.Attoparsec.FastSet + Data.Attoparsec.Lazy + other-modules: Data.Attoparsec.Internal + ghc-options: -Wall + ghc-prof-options: -auto-all + +source-repository head + type: mercurial + location: http://bitbucket.org/bos/attoparsec
revision 2
name: attoparsec version: 0.8.2.0 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE category: Text, Parsing build-depends: base >= 2.0 && < 2.2 else -- in base 1.0 and >= 3.0 bytestring is a separate package - build-depends: base < 2.0 || >= 3, bytestring >= 0.9, containers >= 0.1.0.1 + build-depends: base < 2.0 || >= 3, bytestring >= 0.9 && <0.11, containers >= 0.1.0.1 if flag(applicative-in-base) build-depends: base >= 2.0 && < 4.4