[Pkg-haskell-commits] darcs: gtk2hs-buildtools: Use ghc instead of ghc6

Marco Silva marcot at debian.org
Sat Jan 15 15:17:30 UTC 2011


Sat Jan 15 15:05:47 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 4e119108369fcce7478afa8735d3cd2f

    M ./changelog +6
    M ./control -1 +1
    M ./rules -2 +2

Sat Jan 15 15:05:47 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 4e119108369fcce7478afa8735d3cd2f
diff -rN -u old-gtk2hs-buildtools/changelog new-gtk2hs-buildtools/changelog
--- old-gtk2hs-buildtools/changelog	2011-01-15 15:17:30.139446417 +0000
+++ new-gtk2hs-buildtools/changelog	2011-01-15 15:17:30.147446839 +0000
@@ -1,3 +1,9 @@
+gtk2hs-buildtools (0.9-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:40:46 -0200
+
 gtk2hs-buildtools (0.9-1) unstable; urgency=low
 
   * Initial release. (Closes: #583101)
diff -rN -u old-gtk2hs-buildtools/control new-gtk2hs-buildtools/control
--- old-gtk2hs-buildtools/control	2011-01-15 15:17:30.139446417 +0000
+++ new-gtk2hs-buildtools/control	2011-01-15 15:17:30.143446628 +0000
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
+  , ghc
   , alex
   , happy
 Standards-Version: 3.8.4
diff -rN -u old-gtk2hs-buildtools/rules new-gtk2hs-buildtools/rules
--- old-gtk2hs-buildtools/rules	2011-01-15 15:17:30.139446417 +0000
+++ new-gtk2hs-buildtools/rules	2011-01-15 15:17:30.143446628 +0000
@@ -5,9 +5,9 @@
 
 DEB_SETUP_GHC6_CONFIGURE_ARGS = --datasubdir=gtk2hs-buildtools
 
-build/gtk2hs-buildtools:: build-ghc6-stamp
+build/gtk2hs-buildtools:: build-ghc-stamp
 
 install/gtk2hs-buildtools::
-	$(DEB_SETUP_BIN_NAME) copy --builddir=dist-ghc6 \
+	$(DEB_SETUP_BIN_NAME) copy --builddir=dist-ghc \
 		--destdir=debian/gtk2hs-buildtools/
 	rm -r debian/gtk2hs-buildtools/usr/share/doc/gtk2hs-buildtools-0.9





More information about the Pkg-haskell-commits mailing list