packages feed

arithmatic-0.1.0.3: arithmatic.cabal

name: arithmatic
version: 0.1.0.3
synopsis: do things with numbers
description: a library which implements arithmatic functions
cabal-version: >=1.10
build-type: Simple
license: BSD3
license-file: LICENSE
maintainer: hawk.alan@gmail.com
author: Alan Hawkins
category: Math
extra-source-files:
    README.md

source-repository head
    type: git
    location: http://github.com/xpika/arithmatic.git

library
    build-depends: base < 10000
    default-language: Haskell2010
    exposed-modules: Math.Arithmatic