[Pkg-haskell-commits] darcs: ghc: Import of ghc6_6.6-2.dsc

Ian Lynagh (wibble) igloo at debian.org
Sat Jan 15 06:07:08 UTC 2011


Mon Oct 16 13:20:08 UTC 2006  Ian Lynagh (wibble) <igloo at debian.org>
  * Import of ghc6_6.6-2.dsc

    M ./changelog +10
    M ./rules -1 +1

Mon Oct 16 13:20:08 UTC 2006  Ian Lynagh (wibble) <igloo at debian.org>
  * Import of ghc6_6.6-2.dsc
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog	2011-01-15 06:07:07.935514971 +0000
+++ new-ghc/changelog	2011-01-15 06:07:08.071522134 +0000
@@ -1,3 +1,13 @@
+ghc6 (6.6-2) unstable; urgency=low
+
+  * Add mips and mipsel to the list of arches that have ghc6.
+  * Add mips and mipsel to the arches in compiler/cmm/PprC.hs for which
+    loads and stores to be printed in a way that works if they are not
+    aligned as the arch wishes.
+  * Removed the -static flag for mips from compiler/main/DynFlags.hs.
+
+ -- Ian Lynagh (wibble) <igloo at debian.org>  Mon, 16 Oct 2006 14:20:08 +0100
+
 ghc6 (6.6-1) unstable; urgency=low
 
   * New upstream version.
diff -rN -u old-ghc/rules new-ghc/rules
--- old-ghc/rules	2011-01-15 06:07:07.935514971 +0000
+++ new-ghc/rules	2011-01-15 06:07:08.071522134 +0000
@@ -146,7 +146,7 @@
 	rm -f debian/ghc6/usr/bin/runhaskell6
 
 	/usr/bin/install -c -m 755 -d debian/ghc6/`dirname $(VARFILE)`
-	echo 'ghc6_arches="alpha amd64 hppa i386 ia64 kfreebsd-i386 m68k powerpc ppc64 s390 sparc"' > debian/ghc6/$(VARFILE)
+	echo 'ghc6_arches="alpha amd64 hppa i386 ia64 kfreebsd-i386 m68k mips mipsel powerpc ppc64 s390 sparc"' > debian/ghc6/$(VARFILE)
 	echo 'ghc6_lib_bdeps="ghc6 (>= $(ProjectVersion)) [$$ghc6_arches], ghc6 (<< $(ProjectVersion)+) [$$ghc6_arches]"' >> debian/ghc6/$(VARFILE)
 	echo 'ghc6_lib_deps="ghc6 (>= $(ProjectVersion)), ghc6 (<< $(ProjectVersion)+)"' >> debian/ghc6/$(VARFILE)
 	echo 'ghc6_app_bdeps="ghc6 [$$ghc6_arches]"' >> debian/ghc6/$(VARFILE)





More information about the Pkg-haskell-commits mailing list