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

Marco Silva marcot at debian.org
Sat Jan 15 16:19:28 UTC 2011


Sat Jan 15 15:06:20 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: f993d2c5fb1387459a4f0452561fd2c

    M ./changelog +6
    M ./control -21 +21

Sat Jan 15 15:06:20 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: f993d2c5fb1387459a4f0452561fd2c
diff -rN -u old-haskell-vte/changelog new-haskell-vte/changelog
--- old-haskell-vte/changelog	2011-01-15 16:19:27.847406016 +0000
+++ new-haskell-vte/changelog	2011-01-15 16:19:27.855406437 +0000
@@ -1,3 +1,9 @@
+haskell-vte (0.11.0-3) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:36 -0200
+
 haskell-vte (0.11.0-2) unstable; urgency=low
 
   * control: Remove -prof package.
diff -rN -u old-haskell-vte/control new-haskell-vte/control
--- old-haskell-vte/control	2011-01-15 16:19:27.847406016 +0000
+++ new-haskell-vte/control	2011-01-15 16:19:27.851406226 +0000
@@ -6,32 +6,32 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-#  , ghc6-prof
-  , libghc6-mtl-dev
-#  , libghc6-mtl-prof
-  , libghc6-glib-dev (>= 0.11)
-  , libghc6-glib-dev (<< 0.12)
-#  , libghc6-glib-prof
-  , libghc6-pango-dev (>= 0.11)
-  , libghc6-pango-dev (<< 0.12)
-#  , libghc6-pango-prof
-  , libghc6-gtk-dev (>= 0.11)
-  , libghc6-gtk-dev (<< 0.12)
-#  , libghc6-gtk-prof
+  , ghc
+#  , ghc-prof
+  , libghc-mtl-dev
+#  , libghc-mtl-prof
+  , libghc-glib-dev (>= 0.11)
+  , libghc-glib-dev (<< 0.12)
+#  , libghc-glib-prof
+  , libghc-pango-dev (>= 0.11)
+  , libghc-pango-dev (<< 0.12)
+#  , libghc-pango-prof
+  , libghc-gtk-dev (>= 0.11)
+  , libghc-gtk-dev (<< 0.12)
+#  , libghc-gtk-prof
   , libvte-dev
   , gtk2hs-buildtools
-Build-Depends-Indep: ghc6-doc
-  , libghc6-mtl-doc
-  , libghc6-glib-doc
-  , libghc6-pango-doc
-  , libghc6-gtk-doc
+Build-Depends-Indep: ghc-doc
+  , libghc-mtl-doc
+  , libghc-glib-doc
+  , libghc-pango-doc
+  , libghc-gtk-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/vte
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-vte
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-vte
 
-Package: libghc6-vte-dev
+Package: libghc-vte-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -49,7 +49,7 @@
  or just random data. The sample program interpret illustrates more or less
  what the widget sees after it filters incoming data.
 
-# Package: libghc6-vte-prof
+# Package: libghc-vte-prof
 # Architecture: any
 # Depends: ${haskell:Depends}
 #   , ${misc:Depends}
@@ -66,7 +66,7 @@
 #  or just random data. The sample program interpret illustrates more or less
 #  what the widget sees after it filters incoming data.
 
-Package: libghc6-vte-doc
+Package: libghc-vte-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}





More information about the Pkg-haskell-commits mailing list