exact-pi 0.4.1.1 → 0.4.1.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- exact-pi.cabal +2/−2
changelog.md view
@@ -1,3 +1,7 @@+0.4.1.2 +------- +* Bump base dependency. + 0.4.1.1 ------- * Fixed infinite loop in definition of negate.
exact-pi.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: exact-pi -version: 0.4.1.1 +version: 0.4.1.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. @@ -24,7 +24,7 @@ Data.ExactPi.TypeLevel -- other-modules: -- other-extensions: - build-depends: base >=4.7 && <4.9, + build-depends: base >=4.7 && <5, numtype-dk >= 0.5 ghc-options: -Wall hs-source-dirs: src