packages feed

opentheory-prime-1.79: opentheory-prime.cabal

name: opentheory-prime
version: 1.79
category: Number Theory
synopsis: Prime natural numbers
license: MIT
license-file: LICENSE
cabal-version: >= 1.8.0.2
build-type: Simple
author: Joe Leslie-Hurd <joe@gilith.com>
maintainer: Joe Leslie-Hurd <joe@gilith.com>
description:
  Prime natural numbers - this package was automatically generated from the
  OpenTheory package natural-prime-1.79

library
  build-depends:
    base >= 4.0 && < 5.0,
    QuickCheck >= 2.4.0.1 && < 3.0,
    opentheory-primitive >= 1.3 && < 2.0,
    opentheory >= 1.193 && < 1.196,
    opentheory-divides >= 1.53 && < 1.56,
    opentheory-stream >= 1.42 && < 1.43

  hs-source-dirs: src

  ghc-options: -Wall

  exposed-modules:
    OpenTheory.Natural.Prime
    OpenTheory.Natural.Prime.Sieve

executable opentheory-prime-test
  build-depends:
    base >= 4.0 && < 5.0,
    QuickCheck >= 2.4.0.1 && < 3.0,
    opentheory-primitive >= 1.3 && < 2.0,
    opentheory >= 1.193 && < 1.196,
    opentheory-divides >= 1.53 && < 1.56,
    opentheory-stream >= 1.42 && < 1.43

  hs-source-dirs: src, testsrc

  ghc-options: -Wall

  main-is: Main.hs