Cabal revisions of cassava-megaparsec-1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: cassava-megaparsec-version: 1.0.0-cabal-version: >= 1.18-tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2-license: MIT-license-file: LICENSE.md-author: Mark Karpov <markkarpov@openmailbox.org>-maintainer: Mark Karpov <markkarpov@openmailbox.org>-homepage: https://github.com/stackbuilders/cassava-megaparsec-bug-reports: https://github.com/stackbuilders/cassava-megaparsec/issues-category: Text, Web, CSV, Parsing-synopsis: Megaparsec parser of CSV files that plays nicely with Cassava-build-type: Simple-description: Megaparsec parser of CSV files that plays nicely with Cassava.-extra-doc-files: CHANGELOG.md- , README.md--source-repository head- type: git- location: https://github.com/stackbuilders/cassava-megaparsec.git--flag dev- description: Turn on development settings.- manual: True- default: False--library- build-depends: base >= 4.7 && < 5.0- , bytestring >= 0.9 && < 0.11- , cassava >= 0.4.2 && < 0.5- , containers >= 0.5 && < 0.6- , megaparsec >= 6.0 && < 7.0- , unordered-containers >= 0.2.7 && < 0.3- , vector >= 0.11 && < 0.13- exposed-modules: Data.Csv.Parser.Megaparsec- if flag(dev)- ghc-options: -Wall -Werror- else- ghc-options: -O2 -Wall- default-language: Haskell2010--test-suite tests- main-is: Spec.hs- hs-source-dirs: tests- type: exitcode-stdio-1.0- build-depends: base >= 4.7 && < 5.0- , bytestring >= 0.9 && < 0.11- , cassava >= 0.4.2 && < 0.5- , cassava-megaparsec- , hspec >= 2.0 && < 3.0- , hspec-megaparsec >= 1.0 && < 2.0- , vector >= 0.11 && < 0.13- if flag(dev)- ghc-options: -Wall -Werror- else- ghc-options: -O2 -Wall- default-language: Haskell2010+name: cassava-megaparsec +version: 1.0.0 +x-revision: 1 +cabal-version: >= 1.18 +tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2 +license: MIT +license-file: LICENSE.md +author: Mark Karpov <markkarpov@openmailbox.org> +maintainer: Mark Karpov <markkarpov@openmailbox.org> +homepage: https://github.com/stackbuilders/cassava-megaparsec +bug-reports: https://github.com/stackbuilders/cassava-megaparsec/issues +category: Text, Web, CSV, Parsing +synopsis: Megaparsec parser of CSV files that plays nicely with Cassava +build-type: Simple +description: Megaparsec parser of CSV files that plays nicely with Cassava. +extra-doc-files: CHANGELOG.md + , README.md + +source-repository head + type: git + location: https://github.com/stackbuilders/cassava-megaparsec.git + +flag dev + description: Turn on development settings. + manual: True + default: False + +library + build-depends: base >= 4.7 && < 5.0 + , bytestring >= 0.9 && < 0.11 + , cassava >= 0.4.2 && < 0.6 + , containers >= 0.5 && < 0.6 + , megaparsec >= 6.0 && < 7.0 + , unordered-containers >= 0.2.7 && < 0.3 + , vector >= 0.11 && < 0.13 + exposed-modules: Data.Csv.Parser.Megaparsec + if flag(dev) + ghc-options: -Wall -Werror + else + ghc-options: -O2 -Wall + default-language: Haskell2010 + +test-suite tests + main-is: Spec.hs + hs-source-dirs: tests + type: exitcode-stdio-1.0 + build-depends: base >= 4.7 && < 5.0 + , bytestring >= 0.9 && < 0.11 + , cassava >= 0.4.2 && < 0.6 + , cassava-megaparsec + , hspec >= 2.0 && < 3.0 + , hspec-megaparsec >= 1.0 && < 2.0 + , vector >= 0.11 && < 0.13 + if flag(dev) + ghc-options: -Wall -Werror + else + ghc-options: -O2 -Wall + default-language: Haskell2010