name: ispositive version: 0.2 cabal-version: >= 1.10 author: Christian Dietrich maintainer: Christian Dietrich license: BSD3 license-file: COPYING synopsis: Positive integers test. category: tested-with: GHC build-type: Simple description: Tests whether a number is a positive integer. source-repository head type: git location: git://github.com/stettberger/ispositive.git library build-depends: base >= 4 && < 5 hs-source-dirs: src default-language: Haskell2010 exposed-modules: Integer.IsPositive Test-Suite spec Type: exitcode-stdio-1.0 Default-Language: Haskell2010 Hs-Source-Dirs: test Main-Is: Spec.hs Build-Depends: base >=4 && <5 , hspec , ispositive