packages feed

exact-pi-0.4.1.3: 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.4.1.3
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/
bug-reports:         https://github.com/dmcclean/exact-pi/issues/
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
tested-with:         GHC == 7.8.4,
                     GHC == 7.10.1,
                     GHC == 8.0.1,
                     GHC == 8.0.2,
                     GHC == 8.2.1,
                     GHC == 8.2.2,
                     GHC == 8.4.1
library
  exposed-modules:     Data.ExactPi,
                       Data.ExactPi.TypeLevel
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.7 && <5,
                       numtype-dk >= 0.5,
                       semigroups >= 0.9 && < 1.0
  ghc-options:         -Wall
  hs-source-dirs:      src
  default-language:    Haskell2010

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