From 995e8c1c8692b60c907c7d2ccea179d52ca8e69e Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Sun, 29 Mar 2015 19:02:08 +0200 Subject: Drop old integer-gmp-0.5 from GHC source tree This completes what c774b28f76ee4c220f7c1c9fd81585e0e3af0e8a (#9281) started. `integer-gmp-1.0` was added as an additional `libraries/integer-gmp2` folder while retaining the ability to configure GHC w/ the old `integer-gmp-0.5` to have a way back, and or the ability to easily switch between old/new `integer-gmp` for benchmark/debugging purposes. This commit removes the old `libraries/integer-gmp` folder and moves `libraries/integer-gmp2` into its place, while removing any mentions of "gmp2" as well as the to support two different `integer-gmp` packages in GHC's source-tree. Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D769 --- libraries/integer-gmp/.gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libraries/integer-gmp/.gitignore') diff --git a/libraries/integer-gmp/.gitignore b/libraries/integer-gmp/.gitignore index 4e7da368da..3f3fc66144 100644 --- a/libraries/integer-gmp/.gitignore +++ b/libraries/integer-gmp/.gitignore @@ -1,16 +1,14 @@ +/GNUmakefile /autom4te.cache/ -/cbits/GmpDerivedConstants.h -/cbits/mkGmpDerivedConstants /config.log /config.status /configure /dist-install/ /ghc.mk /gmp/config.mk -/GNUmakefile /include/HsIntegerGmp.h /integer-gmp.buildinfo -/mkGmpDerivedConstants/dist/ /gmp/gmp.h /gmp/gmpbuild +/include/ghc-gmp.h -- cgit v1.2.1