[Pkg-haskell-commits] darcs: ghc: Do not build the accidentally included dph libraries.

Joachim Breitner mail at joachim-breitner.de
Fri Feb 3 16:45:00 UTC 2012


Mon Jan  2 19:38:45 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Do not build the accidentally included dph libraries. 
  Ignore-this: 89562a50976e5f32cd0c4c688c9a70fb

    M ./changelog +1
    A ./clean
    M ./rules +4

Mon Jan  2 19:38:45 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Do not build the accidentally included dph libraries. 
  Ignore-this: 89562a50976e5f32cd0c4c688c9a70fb
diff -rN -u old-ghc//changelog new-ghc//changelog
--- old-ghc//changelog	2012-02-03 16:44:59.531254025 +0000
+++ new-ghc//changelog	2012-02-03 16:45:00.391271793 +0000
@@ -9,6 +9,7 @@
     ./mk/config.mk.in by now. 
   * Do not set GhcUnregisterised=YES in debian/rules, ./mk/config.mk.in
     already makes the right choice. 
+  * Do not build the accidentally included dph libraries. 
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 31 Dec 2011 21:04:19 +0100
 
diff -rN -u old-ghc//clean new-ghc//clean
--- old-ghc//clean	1970-01-01 00:00:00.000000000 +0000
+++ new-ghc//clean	2012-02-03 16:44:59.543249256 +0000
@@ -0,0 +1,4 @@
+libraries/dph
+libraries/primitive
+libraries/vector
+libraries/random
diff -rN -u old-ghc//rules new-ghc//rules
--- old-ghc//rules	2012-02-03 16:44:59.531254025 +0000
+++ new-ghc//rules	2012-02-03 16:44:59.567249126 +0000
@@ -246,6 +246,10 @@
 	rm -f configure-stamp build-stamp install-stamp binary-arch-stamp binary-indep-stamp
 	rm -f configure
 
+	# Temporary, while the released tarball by accident contains the dph
+	# libraries
+	rm -rf libraries/dph libraries/primitive libraries/vector libraries/random
+
 	$(MAKE) distclean
 	rm -f config.sub config.guess
 	rm -f debian/*.install





More information about the Pkg-haskell-commits mailing list