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

Marco Silva marcot at debian.org
Sat Jan 15 16:08:13 UTC 2011


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

    M ./changelog +4
    M ./control -9 +9

Sat Jan 15 15:06:08 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 53586495a983e7e4b0177aa7b43ebc67
diff -rN -u old-haskell-qio/changelog new-haskell-qio/changelog
--- old-haskell-qio/changelog	2011-01-15 16:08:13.147849056 +0000
+++ new-haskell-qio/changelog	2011-01-15 16:08:13.151849267 +0000
@@ -1,7 +1,11 @@
 haskell-qio (1.0-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:08 -0300
 
 haskell-qio (1.0-2) unstable; urgency=low
diff -rN -u old-haskell-qio/control new-haskell-qio/control
--- old-haskell-qio/control	2011-01-15 16:08:13.147849056 +0000
+++ new-haskell-qio/control	2011-01-15 16:08:13.151849267 +0000
@@ -6,18 +6,18 @@
 Build-Depends: debhelper (>= 7),
                cdbs,
                haskell-devscripts (>= 0.7),
-               ghc6 ,
-               ghc6-prof,
-               ghc6-doc,
-               libghc6-mtl-dev,
-               libghc6-mtl-prof,
-               libghc6-mtl-doc
+               ghc ,
+               ghc-prof,
+               ghc-doc,
+               libghc-mtl-dev,
+               libghc-mtl-prof,
+               libghc-mtl-doc
 Standards-Version: 3.8.4
 Homepage: http://www.cs.nott.ac.uk/~asg/QIO/
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-qio
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-qio
 
-Package: libghc6-qio-dev
+Package: libghc-qio-dev
 Architecture: any
 Depends: ${haskell:Depends},
          ${shlibs:Depends},
@@ -32,7 +32,7 @@
  .
  This package contains the development files.
 
-Package: libghc6-qio-prof
+Package: libghc-qio-prof
 Architecture: any
 Depends: ${haskell:Depends},
          ${shlibs:Depends},
@@ -47,7 +47,7 @@
  .
  This package contains the profiling libraries.
 
-Package: libghc6-qio-doc
+Package: libghc-qio-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}





More information about the Pkg-haskell-commits mailing list