Cabal revisions of bytestring-read-0.3.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: bytestring-read-version: 0.3.1-synopsis: fast ByteString to number converting library-description: benchmark: <http://philopon.github.io/bytestring-read/bench.html>-license: MIT-license-file: LICENSE-author: HirotomoMoriwaki<philopon.dependence@gmail.com>-maintainer: HirotomoMoriwaki<philopon.dependence@gmail.com>-Homepage: https://github.com/philopon/bytestring-read-Bug-reports: https://github.com/philopon/bytestring-read/issues-copyright: (c) 2015 Hirotomo Moriwaki-category: Data-build-type: Simple-cabal-version: >=1.10--library- exposed-modules: Data.ByteString.Read- Data.ByteString.Read.Class- Data.ByteString.Read.Fractional- Data.ByteString.Read.Integral- Data.ByteString.Read.DEPRECATED- build-depends: base >=4.6 && <4.9- , bytestring >=0.10 && <0.11- , types-compat >=0.1 && <0.2- hs-source-dirs: src- ghc-options: -Wall -O2- default-language: Haskell2010--benchmark bench- type: exitcode-stdio-1.0- main-is: bench/main.hs- build-depends: base- , bytestring-read- , bytestring- , text- , bytestring-lexing >=0.5 && <0.6- , criterion >=0.8 && <1.2- , scientific- , attoparsec- ghc-options: -Wall -O2- default-language: Haskell2010--test-suite tasty- type: exitcode-stdio-1.0- main-is: tests/tasty.hs- build-depends: base- , bytestring-read- , bytestring- , tasty >=0.10 && <0.11- , tasty-quickcheck >=0.8 && <0.9- ghc-options: -Wall -O2- default-language: Haskell2010--test-suite doctests- type: exitcode-stdio-1.0- ghc-options: -threaded- main-is: tests/doctest.hs- build-depends: base- , doctest >=0.9 && <0.10- default-language: Haskell2010+name: bytestring-read +version: 0.3.1 +x-revision: 1 +synopsis: fast ByteString to number converting library +description: benchmark: <http://philopon.github.io/bytestring-read/bench.html> +license: MIT +license-file: LICENSE +author: HirotomoMoriwaki<philopon.dependence@gmail.com> +maintainer: HirotomoMoriwaki<philopon.dependence@gmail.com> +Homepage: https://github.com/philopon/bytestring-read +Bug-reports: https://github.com/philopon/bytestring-read/issues +copyright: (c) 2015 Hirotomo Moriwaki +category: Data +build-type: Simple +cabal-version: >=1.10 + +library + exposed-modules: Data.ByteString.Read + Data.ByteString.Read.Class + Data.ByteString.Read.Fractional + Data.ByteString.Read.Integral + Data.ByteString.Read.DEPRECATED + build-depends: base >=4.6 && <4.9 + , bytestring >=0.10 && <0.11 + , types-compat >=0.1 && <0.2 + hs-source-dirs: src + ghc-options: -Wall -O2 + default-language: Haskell2010 + +benchmark bench + type: exitcode-stdio-1.0 + main-is: bench/main.hs + build-depends: base + , bytestring-read + , bytestring + , text + , bytestring-lexing >=0.5 && <0.6 + , criterion >=0.8 && <1.2 + , scientific + , attoparsec + ghc-options: -Wall -O2 + default-language: Haskell2010 + +test-suite tasty + type: exitcode-stdio-1.0 + main-is: tests/tasty.hs + build-depends: base + , bytestring-read + , bytestring + , tasty >=0.10 && <0.11 + , tasty-quickcheck >=0.8 && <0.9 + ghc-options: -Wall -O2 + default-language: Haskell2010 + +test-suite doctests + type: exitcode-stdio-1.0 + ghc-options: -threaded + main-is: tests/doctest.hs + build-depends: base + , doctest >=0.9 && <0.11 + default-language: Haskell2010
revision 2
name: bytestring-read version: 0.3.1 -x-revision: 1 +x-revision: 2 synopsis: fast ByteString to number converting library description: benchmark: <http://philopon.github.io/bytestring-read/bench.html> license: MIT build-depends: base , bytestring-read , bytestring - , tasty >=0.10 && <0.11 + , tasty >=0.10 && <0.12 , tasty-quickcheck >=0.8 && <0.9 ghc-options: -Wall -O2 default-language: Haskell2010
revision 3
name: bytestring-read version: 0.3.1 -x-revision: 2 +x-revision: 3 synopsis: fast ByteString to number converting library description: benchmark: <http://philopon.github.io/bytestring-read/bench.html> license: MIT ghc-options: -threaded main-is: tests/doctest.hs build-depends: base - , doctest >=0.9 && <0.11 + , doctest >=0.9 && <0.12 default-language: Haskell2010