[commit: ghc] wip/T9281: Rename integer-gmp2's package name to `integer-gmp` (749e0ea)

git at git.haskell.org git at git.haskell.org
Sun Nov 9 22:14:33 UTC 2014


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

On branch  : wip/T9281
Link       : http://ghc.haskell.org/trac/ghc/changeset/749e0ea748da5b6f52f7d868efc54142c19f69e0/ghc

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

commit 749e0ea748da5b6f52f7d868efc54142c19f69e0
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sun Nov 9 23:13:39 2014 +0100

    Rename integer-gmp2's package name to `integer-gmp`
    
    While the folder-name stays the same. This also bumps the version number
    to 1.0.0.0 (old integer-gmp is at 0.5.1.x)


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

749e0ea748da5b6f52f7d868efc54142c19f69e0
 compiler/basicTypes/Module.lhs                             |  7 ++++++-
 ghc.mk                                                     |  2 +-
 libraries/base/base.cabal                                  |  2 +-
 libraries/integer-gmp2/.gitignore                          |  4 ++--
 libraries/integer-gmp2/configure.ac                        |  2 +-
 .../include/HsIntegerGmp.h.in                              |  0
 libraries/integer-gmp2/include/HsIntegerGmp2.h.in          |  6 ------
 ...{integer-gmp2.buildinfo.in => integer-gmp.buildinfo.in} |  0
 .../integer-gmp2/{integer-gmp2.cabal => integer-gmp.cabal} | 14 +++++++-------
 libraries/integer-gmp2/src/GHC/Integer.hs                  |  2 +-
 libraries/integer-gmp2/src/GHC/Integer/GMP/Internals.hs    |  2 +-
 testsuite/driver/testlib.py                                |  2 +-
 testsuite/tests/ghci/scripts/ghci025.stdout                |  6 +++---
 testsuite/tests/lib/integer/all.T                          |  2 +-
 testsuite/tests/llvm/should_compile/all.T                  |  2 +-
 testsuite/tests/rename/should_compile/T3103/test.T         |  2 +-
 testsuite/tests/rts/Makefile                               |  4 ++--
 testsuite/tests/safeHaskell/check/pkg01/all.T              |  5 +----
 testsuite/tests/typecheck/should_fail/T5095.stderr         |  6 +++---
 19 files changed, 33 insertions(+), 37 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 749e0ea748da5b6f52f7d868efc54142c19f69e0


More information about the ghc-commits mailing list