packages feed

dfrac-0.1.2.0: dfrac.cabal

-- Initial dfrac.cabal generated by cabal init.  For further documentation,
--  see http://haskell.org/cabal/users-guide/

name:                dfrac
version:             0.1.2.0
synopsis:            A package for precise decimal arithmatic using rationals.
description:            A package for precise decimal arithmatic using rationals.
license:             MIT
license-file:        LICENSE
author:              George Rogers
maintainer:          grogers385@gmail.com
-- copyright:           
category:            Math
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     Data.DFrac
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4 && <5, scientific >=0.3 && <0.4
  -- hs-source-dirs:      
  default-language:    Haskell2010