Cabal revisions of fast-digits-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: fast-digits-version: 0.1.0.0-synopsis: The fast library for integer-to-digits conversion.-description: Convert an integer to digits and back.- Usually this library is twice as fast as "Data.Digits".- For small bases and long numbers it may be up to 30 times faster.-homepage: https://github.com/Bodigrim/fast-digits-license: GPL-3-license-file: LICENSE-author: Andrew Lelechenko-maintainer: andrew.lelechenko@gmail.com-category: Data-build-type: Simple-cabal-version: >=1.10--source-repository head- type: git- location: git://github.com/Bodigrim/fast-digits.git--library- exposed-modules: Data.FastDigits- build-depends: base < 5- , integer-gmp- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall--test-suite tests- type: exitcode-stdio-1.0- main-is: Tests.hs- build-depends: base- , tasty- , tasty-quickcheck- , tasty-smallcheck- , QuickCheck- , smallcheck- , digits- , fast-digits- hs-source-dirs: tests- default-language: Haskell2010- ghc-options: -Wall--benchmark bench- type: exitcode-stdio-1.0- main-is: Bench.hs- hs-source-dirs: bench- build-depends: base- , criterion- , digits- , fast-digits- default-language: Haskell2010- ghc-options: -O2+name: fast-digits +version: 0.1.0.0 +x-revision: 1 +synopsis: The fast library for integer-to-digits conversion. +description: Convert an integer to digits and back. + Usually this library is twice as fast as "Data.Digits". + For small bases and long numbers it may be up to 30 times faster. +homepage: https://github.com/Bodigrim/fast-digits +license: GPL-3 +license-file: LICENSE +author: Andrew Lelechenko +maintainer: andrew.lelechenko@gmail.com +category: Data +build-type: Simple +cabal-version: >=1.10 + +source-repository head + type: git + location: git://github.com/Bodigrim/fast-digits.git + +library + exposed-modules: Data.FastDigits + build-depends: base >= 4.6 && < 5 + , integer-gmp + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall + +test-suite tests + type: exitcode-stdio-1.0 + main-is: Tests.hs + build-depends: base + , tasty + , tasty-quickcheck + , tasty-smallcheck + , QuickCheck + , smallcheck + , digits + , fast-digits + hs-source-dirs: tests + default-language: Haskell2010 + ghc-options: -Wall + +benchmark bench + type: exitcode-stdio-1.0 + main-is: Bench.hs + hs-source-dirs: bench + build-depends: base + , criterion + , digits + , fast-digits + default-language: Haskell2010 + ghc-options: -O2