Cabal revisions of exact-pi-0.4.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: exact-pi version: 0.4.1.2 +x-revision: 1 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. Data.ExactPi.TypeLevel -- other-modules: -- other-extensions: - build-depends: base >=4.7 && <5, + build-depends: base >=4.7 && <=4.10, numtype-dk >= 0.5 ghc-options: -Wall hs-source-dirs: src
revision 2
name: exact-pi version: 0.4.1.2 -x-revision: 1 +x-revision: 2 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. Data.ExactPi.TypeLevel -- other-modules: -- other-extensions: - build-depends: base >=4.7 && <=4.10, + build-depends: base >=4.7 && <4.11, numtype-dk >= 0.5 ghc-options: -Wall hs-source-dirs: src