packages feed

positive-0.4.1: positive.cabal

name:               positive
version:            0.4.1
cabal-version:      >= 1.10
author:             Hans Hoglund
maintainer:         Hans Hoglund <hans@hanshoglund.se>
license:            BSD3
license-file:       COPYING
synopsis:           Positive integers.
category:           
tested-with:        GHC
build-type:         Simple

description:
    Positive numbers.

source-repository head
    type:               git
    location:           git://github.com/hanshoglund/positive.git

library
    build-depends:
        base            >= 4 && < 5,
        nats            >= 1 && < 2,
        semigroups      >= 0.15.2 && < 1
    hs-source-dirs:     src
    default-language:   Haskell2010
    exposed-modules:
        Numeric.Positive