hmpfr 0.3.3.4 → 0.3.3.5
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- cbits/chsmpfr.h +1/−1
- hmpfr.cabal +2/−2
cbits/chsmpfr.h view
@@ -1,5 +1,5 @@ #include <mpfr.h>-#include <malloc.h>+#include <stdlib.h> #include <inttypes.h> mpfr_ptr initS(const mp_prec_t );
hmpfr.cabal view
@@ -1,5 +1,5 @@ name: hmpfr-version: 0.3.3.4+version: 0.3.3.5 synopsis: Haskell binding to the MPFR library description: Haskell binding to the MPFR library. This version is compatible with MPFR 2.4.* and later and will not work with previous releases@@ -51,7 +51,7 @@ source-repository this type: mercurial location: https://code.google.com/p/hmpfr/- tag: release-0.3.3.4+ tag: release-0.3.3.5 flag use-integer-simple