[commit: ghc] ghc-8.2: Bump integer-gmp version (09396ec)
git at git.haskell.org
git at git.haskell.org
Sat Jul 22 21:20:50 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.2
Link : http://ghc.haskell.org/trac/ghc/changeset/09396ec3bb672e761c3e627484dd02c5a3a76c77/ghc
>---------------------------------------------------------------
commit 09396ec3bb672e761c3e627484dd02c5a3a76c77
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Jul 21 17:31:03 2017 -0400
Bump integer-gmp version
>---------------------------------------------------------------
09396ec3bb672e761c3e627484dd02c5a3a76c77
libraries/integer-gmp/changelog.md | 6 +++++-
libraries/integer-gmp/integer-gmp.cabal | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/libraries/integer-gmp/changelog.md b/libraries/integer-gmp/changelog.md
index 3100349..b817881 100644
--- a/libraries/integer-gmp/changelog.md
+++ b/libraries/integer-gmp/changelog.md
@@ -1,11 +1,15 @@
# Changelog for [`integer-gmp` package](http://hackage.haskell.org/package/integer-gmp)
-## 1.0.0.2 *July 2017*
+## 1.0.1.0 *July 2017*
* Bundled with GHC 8.2.1
* Optimize `minusInteger`
+ * Fix the right-shift operation for negative big integers (fixes GHC #12136)
+
+ * Make operations more strict
+
## 1.0.0.1 *Feb 2016*
* Bundled with GHC 8.0.1
diff --git a/libraries/integer-gmp/integer-gmp.cabal b/libraries/integer-gmp/integer-gmp.cabal
index 377efb3..2f32b34 100644
--- a/libraries/integer-gmp/integer-gmp.cabal
+++ b/libraries/integer-gmp/integer-gmp.cabal
@@ -1,5 +1,5 @@
name: integer-gmp
-version: 1.0.0.1
+version: 1.0.1.0
synopsis: Integer library based on GMP
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list