[commit: ghc] master: Patch-level increment integer-gmp to 1.0.0.1 (4a10ecb)

git at git.haskell.org git at git.haskell.org
Mon Dec 28 10:20:50 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/4a10ecba82ca6ac48bf252eb0f98fcc6acfdb7d5/ghc

>---------------------------------------------------------------

commit 4a10ecba82ca6ac48bf252eb0f98fcc6acfdb7d5
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Mon Dec 28 10:39:31 2015 +0100

    Patch-level increment integer-gmp to 1.0.0.1
    
    and update changelog.md


>---------------------------------------------------------------

4a10ecba82ca6ac48bf252eb0f98fcc6acfdb7d5
 libraries/integer-gmp/changelog.md          | 10 ++++++++++
 libraries/integer-gmp/integer-gmp.cabal     |  2 +-
 testsuite/tests/ghci/scripts/ghci025.stdout |  6 +++---
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/libraries/integer-gmp/changelog.md b/libraries/integer-gmp/changelog.md
index cb55b80..5245e23 100644
--- a/libraries/integer-gmp/changelog.md
+++ b/libraries/integer-gmp/changelog.md
@@ -1,5 +1,15 @@
 # Changelog for [`integer-gmp` package](http://hackage.haskell.org/package/integer-gmp)
 
+## 1.0.0.1  *Feb 2016*
+
+  * Bundled with GHC 8.0.1
+
+  * Optimise `bitBigNat`/`bigInteger`
+
+  * Fix minor issue in `eqBigNatWord#`
+
+  * Various minor optimisations
+
 ## 1.0.0.0  *Mar 2015*
 
   * Bundled with GHC 7.10.1
diff --git a/libraries/integer-gmp/integer-gmp.cabal b/libraries/integer-gmp/integer-gmp.cabal
index 4833704..5b5fb56 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.0
+version:             1.0.0.1
 synopsis:            Integer library based on GMP
 license:             BSD3
 license-file:        LICENSE
diff --git a/testsuite/tests/ghci/scripts/ghci025.stdout b/testsuite/tests/ghci/scripts/ghci025.stdout
index 7cea3e9..dd3a757 100644
--- a/testsuite/tests/ghci/scripts/ghci025.stdout
+++ b/testsuite/tests/ghci/scripts/ghci025.stdout
@@ -59,9 +59,9 @@ Prelude.length ::
   Data.Foldable.Foldable t => forall a. t a -> GHC.Types.Int
 -- imported via T
 data T.Integer
-  = integer-gmp-1.0.0.0:GHC.Integer.Type.S# !GHC.Prim.Int#
-  | integer-gmp-1.0.0.0:GHC.Integer.Type.Jp# {-# UNPACK #-}integer-gmp-1.0.0.0:GHC.Integer.Type.BigNat
-  | integer-gmp-1.0.0.0:GHC.Integer.Type.Jn# {-# UNPACK #-}integer-gmp-1.0.0.0:GHC.Integer.Type.BigNat
+  = integer-gmp-1.0.0.1:GHC.Integer.Type.S# !GHC.Prim.Int#
+  | integer-gmp-1.0.0.1:GHC.Integer.Type.Jp# {-# UNPACK #-}integer-gmp-1.0.0.1:GHC.Integer.Type.BigNat
+  | integer-gmp-1.0.0.1:GHC.Integer.Type.Jn# {-# UNPACK #-}integer-gmp-1.0.0.1:GHC.Integer.Type.BigNat
 T.length :: Data.ByteString.Internal.ByteString -> GHC.Types.Int
 :browse! T
 -- defined locally



More information about the ghc-commits mailing list