packages feed

exact-pi-0.4.1.4: exact-pi.cabal

name:                exact-pi
version:             0.4.1.4
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
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.3,
                     GHC == 8.0.2,
                     GHC == 8.2.2,
                     GHC == 8.4.3,
                     GHC == 8.6.1
library
  exposed-modules:     Data.ExactPi,
                       Data.ExactPi.TypeLevel
  build-depends:       base >=4.7 && <5,
                       numtype-dk >= 0.5
  if impl(ghc <8.0)
    build-depends:
                       semigroups >=0.8
  ghc-options:         -Wall
  hs-source-dirs:      src
  default-language:    Haskell2010

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