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

Marco Silva marcot at debian.org
Sat Jan 15 15:36:31 UTC 2011


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

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

Sat Jan 15 15:05:57 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: d49b8956e7640b9710d14189c6f1f09e
diff -rN -u old-haskell-hlist/changelog new-haskell-hlist/changelog
--- old-haskell-hlist/changelog	2011-01-15 15:36:31.339605265 +0000
+++ new-haskell-hlist/changelog	2011-01-15 15:36:31.355606109 +0000
@@ -1,3 +1,9 @@
+haskell-hlist (1:0.2-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:08 -0200
+
 haskell-hlist (1:0.2-1) unstable; urgency=low
 
   [ Marco Túlio Gontijo e Silva ]
@@ -5,7 +11,7 @@
 
   [ Joachim Breitner ]
   * Upload package as released on cabal, bump epoch 
-  * Depend on ghc6 (>= 6.12.1-13)
+  * Depend on ghc (>= 6.12.1-13)
   * Patch: Add TypeOperators
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 05 Mar 2010 12:47:38 +0100
@@ -34,7 +40,7 @@
 
   * Adopt for the Debian Haskell Group, thanks to Kaol for his maintenance.
   * Change packaging to current common practice
-  * Do not depend on libghc6-base-dev (Closes: #529022) 
+  * Do not depend on libghc-base-dev (Closes: #529022) 
   * Rebuilding will closes: #520308
 
  -- Joachim Breitner <nomeata at debian.org>  Thu, 30 Jul 2009 19:52:30 +0200
@@ -46,7 +52,7 @@
   * Use cdbs and haskell-devscripts instead of haskell-utils.
   * Leave examples uninstalled as they don't seem to be relevant to the
     current HList version.
-  * Added a -prof package for ghc6 and a hugs library package.
+  * Added a -prof package for ghc and a hugs library package.
 
  -- Kari Pahula <kaol at debian.org>  Wed, 23 Jan 2008 11:49:23 +0200
 
diff -rN -u old-haskell-hlist/control new-haskell-hlist/control
--- old-haskell-hlist/control	2011-01-15 15:36:31.339605265 +0000
+++ new-haskell-hlist/control	2011-01-15 15:36:31.343605476 +0000
@@ -7,13 +7,13 @@
  cdbs,
  debhelper (>= 7),
  haskell-devscripts (>= 0.7),
- ghc6 (>= 6.12.1-13),
- ghc6-prof,
+ ghc (>= 6.12.1-13),
+ ghc-prof,
 Homepage: http://homepages.cwi.nl/~ralf/HList/
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hlist
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hlist
 
-Package: libghc6-hlist-dev
+Package: libghc-hlist-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -29,7 +29,7 @@
  HList is a Haskell library providing strongly typed heterogeneous
  collections including extensible records.
 
-Package: libghc6-hlist-prof
+Package: libghc-hlist-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}





More information about the Pkg-haskell-commits mailing list