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

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


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

    M ./changelog -1 +5
    M ./control -13 +13

Sat Jan 15 15:06:20 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: e50faf5deb6fd75a126e13ca5985047a
diff -rN -u old-haskell-vty/changelog new-haskell-vty/changelog
--- old-haskell-vty/changelog	2011-01-15 16:19:41.540127602 +0000
+++ new-haskell-vty/changelog	2011-01-15 16:19:41.544127812 +0000
@@ -1,7 +1,11 @@
 haskell-vty (3.1.8.4-3) UNRELEASED; urgency=low
 
+  [ Marco Túlio Gontijo e Silva ]
   * debian/source/format: Use 3.0 (quilt).
 
+  [ Marco Silva ]
+  * Use ghc instead of ghc
+
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Sun, 21 Feb 2010 07:46:20 -0300
 
 haskell-vty (3.1.8.4-2) unstable; urgency=low
@@ -23,7 +27,7 @@
     Depends: of haskell-devscripts.
   * debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
   * debian/control: Use more sintetic link in Homepage:.
-  * debian/control: Remove uneeded Build-Depends: in libghc6-utf8-
+  * debian/control: Remove uneeded Build-Depends: in libghc-utf8-
     string-*.
 
   [ Joachim Breitner ]
diff -rN -u old-haskell-vty/control new-haskell-vty/control
--- old-haskell-vty/control	2011-01-15 16:19:41.540127602 +0000
+++ new-haskell-vty/control	2011-01-15 16:19:41.544127812 +0000
@@ -6,49 +6,49 @@
 Build-Depends: cdbs,
                debhelper (>= 7),
                haskell-devscripts (>= 0.7),
-               ghc6,
-               ghc6-prof,
-               ghc6-doc,
-               libghc6-terminfo-dev (>= 0.3),
-               libghc6-terminfo-dev (<< 0.4),
-               libghc6-terminfo-prof,
-               libghc6-terminfo-doc,
+               ghc,
+               ghc-prof,
+               ghc-doc,
+               libghc-terminfo-dev (>= 0.3),
+               libghc-terminfo-dev (<< 0.4),
+               libghc-terminfo-prof,
+               libghc-terminfo-doc,
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/vty
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-vty
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-vty
 
-Package: libghc6-vty-dev
+Package: libghc-vty-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Terminal interface library for ghc6
+Description: Terminal interface library for ghc
  This package provides a library for the Haskell programming language.
  See http://www.haskell.org/ for more information on Haskell.
  .
  Vty is a terminal interface/control library for Haskell. It has a
  very easy API.
 
-Package: libghc6-vty-prof
+Package: libghc-vty-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Terminal interface library for ghc6; profiling libraries
+Description: Terminal interface library for ghc; profiling libraries
  This package provides a library for the Haskell programming language.
  See http://www.haskell.org/ for more information on Haskell.
  .
  Vty is a terminal interface/control library for Haskell. It has a
  very easy API.
 
-Package: libghc6-vty-doc
+Package: libghc-vty-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Terminal interface library for ghc6; API documentation
+Description: Terminal interface library for ghc; API documentation
  This package provides a library for the Haskell programming language.
  See http://www.haskell.org/ for more information on Haskell.
  .





More information about the Pkg-haskell-commits mailing list