fixed-precision 0.2.0 → 0.2.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- fixed-precision.cabal +2/−2
fixed-precision.cabal view
@@ -1,11 +1,11 @@ Name: fixed-precision-Version: 0.2.0+Version: 0.2.0.1 Synopsis: Fixed Precision Arithmetic Description: Numeric instances for MPFR that use the \"Implicit Configurations\" from <http://www.cs.rutgers.edu/~ccshan/prepose/prepose.pdf> to choose 'Rounding' and 'Precision'.-Homepage: http://patch-tag.com/r/ekmett/fixed-precision+Homepage: http://github.com/ekmett/fixed-precision License: BSD3 License-file: LICENSE Author: Edward Kmett