packages feed

exact-pi-0.3.0.0: exact-pi.cabal

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

name:                exact-pi
version:             0.3.0.0
synopsis:            Exact rational multiples of pi (and integer powers of pi)
description:         Provides an exact representation for rational multiples of pi alongside an approximate representation of all reals.
                     Useful for storing and computing with conversion factors between physical units.
homepage:            https://github.com/dmcclean/exact-pi
license:             MIT
license-file:        LICENSE
author:              Douglas McClean
maintainer:          douglas.mcclean@gmail.com
-- copyright:           
category:            Data
build-type:          Simple
extra-source-files:  README.md,
                     changelog.md
cabal-version:       >=1.10

library
  exposed-modules:     Data.ExactPi,
                       Data.ExactPi.TypeLevel
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.7 && <4.9,
                       numtype-dk >= 0.5
  ghc-options:         -Wall
  hs-source-dirs:      src
  default-language:    Haskell2010

source-repository head
  type:                git
  location:            https://github.com/dmcclean/exact-pi.git