name: factor version: 1.0 category: Number Theory synopsis: Factoring integers license: MIT license-file: LICENSE cabal-version: >= 1.8.0.2 build-type: Simple extra-source-files: README.md author: Joe Leslie-Hurd maintainer: Joe Leslie-Hurd description: Factoring positive integers using the Williams p+1 factorization method. executable factor build-depends: base >= 4.0 && < 5.0, arithmetic >= 1.5, opentheory-primitive >= 1.8, random >= 1.0.1.1 hs-source-dirs: src ghc-options: -Wall main-is: Main.hs --test-suite factor-test -- type: exitcode-stdio-1.0 -- build-depends: -- base >= 4.0 && < 5.0 -- QuickCheck >= 2.4 -- hs-source-dirs: src -- ghc-options: -Wall -fno-warn-orphans -- main-is: Test.hs source-repository head type: git location: git://github.com/gilith/factor.git