[Pkg-haskell-commits] darcs: ghc: fix FTBFUS by removing left-over binaries

Joachim Breitner mail at joachim-breitner.de
Tue Mar 8 08:45:06 UTC 2011


Tue Mar  8 07:31:16 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * fix FTBFUS by removing left-over binaries
  Ignore-this: d6ec9ab1d21d8ad6657cf053f5729688

    M ./changelog +3
    M ./rules +3

Tue Mar  8 07:31:16 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * fix FTBFUS by removing left-over binaries
  Ignore-this: d6ec9ab1d21d8ad6657cf053f5729688
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog	2011-03-08 08:45:06.185526818 +0000
+++ new-ghc/changelog	2011-03-08 08:45:06.213528293 +0000
@@ -8,6 +8,9 @@
   * Add patch to fix powerpc compile error (powerpc-compile-616635)
     (Closes: #616635)
 
+  [ Joachim Breitner ]
+  * fix FTBFUS by removing left-over binaries
+
  -- Joachim Breitner <nomeata at debian.org>  Sun, 06 Mar 2011 11:49:35 +0530
 
 ghc (7.0.2-1) experimental; urgency=low
diff -rN -u old-ghc/rules new-ghc/rules
--- old-ghc/rules	2011-03-08 08:45:06.185526818 +0000
+++ new-ghc/rules	2011-03-08 08:45:06.205527872 +0000
@@ -272,6 +272,9 @@
 	rm -f rts/libs.depend mk/install.mk
 	rm -f rts/package.conf.install.raw
 	rm -f rts/package.conf.inplace.raw
+	rm -f utils/ghc-pwd/dist-boot/Main.hi
+	rm -f utils/ghc-pwd/dist-boot/Main.o
+	rm -f utils/ghc-pwd/dist-boot/ghc-pwd
 
 	rm -f libraries/haskeline/a.out
 





More information about the Pkg-haskell-commits mailing list