Cabal revisions of fastparser-0.3.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: fastparser-version: 0.3.0-synopsis: A fast, but bare bones, bytestring parser combinators library.-description: Please see README.md-homepage: https://github.com/bartavelle/fastparser#readme-license: BSD3-license-file: LICENSE-author: Simon Marechal-maintainer: bartavelle@gmail.com-copyright: Simon Marechal-category: Parsing-build-type: Simple--- extra-source-files:-cabal-version: >=1.10--library- hs-source-dirs: src- exposed-modules: ByteString.Parser.Fast- build-depends: base >= 4.7 && < 5- , bytestring == 0.10.*- , thyme == 0.3.*- , vector-space == 0.10.*- , microlens == 0.4.*- , bytestring-lexing == 0.5.*- , containers == 0.5.*- ghc-options: -O2 -Wall- default-language: Haskell2010--source-repository head- type: git- location: https://github.com/bartavelle/fastparser+name: fastparser +version: 0.3.0 +x-revision: 1 +synopsis: A fast, but bare bones, bytestring parser combinators library. +description: Please see README.md +homepage: https://github.com/bartavelle/fastparser#readme +license: BSD3 +license-file: LICENSE +author: Simon Marechal +maintainer: bartavelle@gmail.com +copyright: Simon Marechal +category: Parsing +build-type: Simple +-- extra-source-files: +cabal-version: >=1.10 + +library + hs-source-dirs: src + exposed-modules: ByteString.Parser.Fast + build-depends: base >= 4.8 && < 5 + , bytestring == 0.10.* + , thyme == 0.3.* + , vector-space == 0.10.* + , microlens == 0.4.* + , bytestring-lexing == 0.5.* + , containers == 0.5.* + ghc-options: -O2 -Wall + default-language: Haskell2010 + +source-repository head + type: git + location: https://github.com/bartavelle/fastparser
revision 2
name: fastparser version: 0.3.0 -x-revision: 1 +x-revision: 2 synopsis: A fast, but bare bones, bytestring parser combinators library. description: Please see README.md homepage: https://github.com/bartavelle/fastparser#readme library hs-source-dirs: src exposed-modules: ByteString.Parser.Fast - build-depends: base >= 4.8 && < 5 + build-depends: base >= 4.8 && < 4.13 , bytestring == 0.10.* , thyme == 0.3.* , vector-space == 0.10.*