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

Marco Silva marcot at debian.org
Sat Jan 15 16:02:01 UTC 2011


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

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

Sat Jan 15 15:06:03 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 56c5ff9ca350505b39432cfde6e3e395
diff -rN -u old-haskell-ltk/changelog new-haskell-ltk/changelog
--- old-haskell-ltk/changelog	2011-01-15 16:02:01.424257819 +0000
+++ new-haskell-ltk/changelog	2011-01-15 16:02:01.432258241 +0000
@@ -1,3 +1,9 @@
+haskell-ltk (0.8.0.6-3) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:17 -0200
+
 haskell-ltk (0.8.0.6-2) unstable; urgency=low
 
   * Correct build dependency on gtk2hs documentation (Closes: #590377)
diff -rN -u old-haskell-ltk/control new-haskell-ltk/control
--- old-haskell-ltk/control	2011-01-15 16:02:01.424257819 +0000
+++ new-haskell-ltk/control	2011-01-15 16:02:01.432258241 +0000
@@ -6,21 +6,21 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-  , libghc6-glib-dev (>= 0.10.0)
-  , libghc6-gtk-dev (>= 0.10.0)
-  , libghc6-mtl-dev (>= 1.1.0.2)
-  , libghc6-parsec2-dev (>= 2.1.0.1)
-Build-Depends-Indep: ghc6-doc
-  , libghc6-parsec2-doc
-  , libghc6-glib-doc 
-  , libghc6-gtk-doc
+  , ghc
+  , libghc-glib-dev (>= 0.10.0)
+  , libghc-gtk-dev (>= 0.10.0)
+  , libghc-mtl-dev (>= 1.1.0.2)
+  , libghc-parsec2-dev (>= 2.1.0.1)
+Build-Depends-Indep: ghc-doc
+  , libghc-parsec2-doc
+  , libghc-glib-doc 
+  , libghc-gtk-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/ltk
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ltk
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ltk
 
-Package: libghc6-ltk-dev
+Package: libghc-ltk-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -34,7 +34,7 @@
  .
  This library provides the toolkit used by the leksah editor.
 
-Package: libghc6-ltk-doc
+Package: libghc-ltk-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}





More information about the Pkg-haskell-commits mailing list