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

Marco Silva marcot at debian.org
Sat Jan 15 16:05:58 UTC 2011


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

    M ./changelog -2 +6
    M ./control -10 +10

Sat Jan 15 15:06:06 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: ca080e894d43b48d68683a78062d5e79
diff -rN -u old-haskell-parallel/changelog new-haskell-parallel/changelog
--- old-haskell-parallel/changelog	2011-01-15 16:05:58.260740104 +0000
+++ new-haskell-parallel/changelog	2011-01-15 16:05:58.268740526 +0000
@@ -1,7 +1,11 @@
 haskell-parallel (2.2.0.1-2) UNRELEASED; urgency=low
 
+  [ Joachim Breitner ]
   * Priority: extra
 
+  [ Marco Silva ]
+  * Use ghc instead of ghc
+
  -- Joachim Breitner <nomeata at debian.org>  Sat, 01 May 2010 22:22:09 +0200
 
 haskell-parallel (2.2.0.1-1) unstable; urgency=low
@@ -67,7 +71,7 @@
   * Upgrade to "Generic Haskell cabal library packaging files v10":
     * Versioned dependencies are now generated for the Cabal packages we
       depend on.
-    * Use the new ${impl:ghc6:*_deps} variables in debian/control.in.
+    * Use the new ${impl:ghc:*_deps} variables in debian/control.in.
     * Call canonicalise-comma-list on the depends and suggests fields in
       control.in. This works around bugs in lintian, where it gets
       confused and starts giving spurious warnings.
@@ -76,7 +80,7 @@
 
 haskell-parallel (1.0.0.0-1) unstable; urgency=low
 
-  * Initial release (used to be part of ghc6).
+  * Initial release (used to be part of ghc).
   * Using "Generic Haskell cabal library packaging files v9".
 
  -- Ian Lynagh (wibble) <igloo at debian.org>  Wed, 21 Nov 2007 01:11:57 +0000
diff -rN -u old-haskell-parallel/control new-haskell-parallel/control
--- old-haskell-parallel/control	2011-01-15 16:05:58.260740104 +0000
+++ new-haskell-parallel/control	2011-01-15 16:05:58.268740526 +0000
@@ -7,18 +7,18 @@
  debhelper (>= 7),
  haskell-devscripts (>= 0.7),
  cdbs,
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-deepseq-dev (>= 1.1),
- libghc6-deepseq-dev (<< 1.2),
- libghc6-deepseq-prof,
- libghc6-deepseq-doc,
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-deepseq-dev (>= 1.1),
+ libghc-deepseq-dev (<< 1.2),
+ libghc-deepseq-prof,
+ libghc-deepseq-doc,
 Homepage: http://hackage.haskell.org/package/parallel
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-parallel
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-parallel
 
-Package: libghc6-parallel-dev
+Package: libghc-parallel-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Suggests: ${haskell:Suggests}
@@ -29,7 +29,7 @@
  .
  Provides a library for parallel programming in Haskell.
 
-Package: libghc6-parallel-prof
+Package: libghc-parallel-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${haskell:Provides}
@@ -40,7 +40,7 @@
  .
  Provides a library for parallel programming in Haskell.
 
-Package: libghc6-parallel-doc
+Package: libghc-parallel-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}





More information about the Pkg-haskell-commits mailing list