positive-0.2: positive.cabal
name: positive
version: 0.2
cabal-version: >= 1.10
author: Hans Hoglund
maintainer: Hans Hoglund <hans@hanshoglund.se>
license: BSD3
license-file: COPYING
synopsis: Positive numbers.
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 >= 0.2 && < 1
hs-source-dirs: src
default-language: Haskell2010
exposed-modules:
Numeric.Positive