[commit: ghc] wip/T9281: Rename integer-gmp2's package name to `integer-gmp` (335251a)
git at git.haskell.org
git at git.haskell.org
Mon Nov 10 12:04:19 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T9281
Link : http://ghc.haskell.org/trac/ghc/changeset/335251a2a623e879beba71971bc5e180bebbb778/ghc
>---------------------------------------------------------------
commit 335251a2a623e879beba71971bc5e180bebbb778
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)
>---------------------------------------------------------------
335251a2a623e879beba71971bc5e180bebbb778
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} | 2 +-
.../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 +++---
utils/ghc-cabal/Main.hs | 3 +++
20 files changed, 37 insertions(+), 38 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 335251a2a623e879beba71971bc5e180bebbb778
More information about the ghc-commits
mailing list