name: ispositive version: 0.1 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 wheter an Integer is positive. 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