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

Marco Silva marcot at debian.org
Sat Jan 15 15:21:39 UTC 2011


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

     ./libghc6-criterion-doc.examples -> ./libghc-criterion-doc.examples
    M ./changelog -2 +8
    M ./control -30 +30

Sat Jan 15 15:05:50 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 556019c2a9cbc01710072cf0178b45ae
diff -rN -u old-haskell-criterion/changelog new-haskell-criterion/changelog
--- old-haskell-criterion/changelog	2011-01-15 15:21:37.956510230 +0000
+++ new-haskell-criterion/changelog	2011-01-15 15:21:37.964510652 +0000
@@ -1,8 +1,14 @@
+haskell-criterion (0.5.0.0-3) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:40:51 -0200
+
 haskell-criterion (0.5.0.0-2) unstable; urgency=low
 
-  * libghc6-criterion-doc: Add examples.
+  * libghc-criterion-doc: Add examples.
   * copyright: Include Neil Brown.  Thanks to Luca Falavigna.
-  * libghc6-criterion-doc.examples: Include only files.
+  * libghc-criterion-doc.examples: Include only files.
 
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Mon, 31 May 2010 08:24:20 -0300
 
diff -rN -u old-haskell-criterion/control new-haskell-criterion/control
--- old-haskell-criterion/control	2011-01-15 15:21:37.956510230 +0000
+++ new-haskell-criterion/control	2011-01-15 15:21:37.964510652 +0000
@@ -6,39 +6,39 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-  , ghc6-prof
-  , libghc6-deepseq-dev (>= 1.1.0.0)
-  , libghc6-deepseq-prof
-  , libghc6-mtl-dev
-  , libghc6-mtl-prof
-  , libghc6-mwc-random-dev (>= 0.5.0.0)
-  , libghc6-mwc-random-prof
-  , libghc6-parallel-dev
-  , libghc6-parallel-prof
-  , libghc6-parsec3-dev (>= 3.1.0)
-  , libghc6-parsec3-prof
-  , libghc6-statistics-dev (>= 0.5.0.0)
-  , libghc6-statistics-prof
-  , libghc6-vector-dev (>= 0.5)
-  , libghc6-vector-prof
-  , libghc6-vector-algorithms-dev (>= 0.3)
-  , libghc6-vector-algorithms-prof
-Build-Depends-Indep: ghc6-doc
-  , libghc6-deepseq-doc
-  , libghc6-mtl-doc
-  , libghc6-mwc-random-doc
-  , libghc6-parallel-doc
-  , libghc6-parsec3-doc
-  , libghc6-statistics-doc
-  , libghc6-vector-doc
-  , libghc6-vector-algorithms-doc
+  , ghc
+  , ghc-prof
+  , libghc-deepseq-dev (>= 1.1.0.0)
+  , libghc-deepseq-prof
+  , libghc-mtl-dev
+  , libghc-mtl-prof
+  , libghc-mwc-random-dev (>= 0.5.0.0)
+  , libghc-mwc-random-prof
+  , libghc-parallel-dev
+  , libghc-parallel-prof
+  , libghc-parsec3-dev (>= 3.1.0)
+  , libghc-parsec3-prof
+  , libghc-statistics-dev (>= 0.5.0.0)
+  , libghc-statistics-prof
+  , libghc-vector-dev (>= 0.5)
+  , libghc-vector-prof
+  , libghc-vector-algorithms-dev (>= 0.3)
+  , libghc-vector-algorithms-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-deepseq-doc
+  , libghc-mtl-doc
+  , libghc-mwc-random-doc
+  , libghc-parallel-doc
+  , libghc-parsec3-doc
+  , libghc-statistics-doc
+  , libghc-vector-doc
+  , libghc-vector-algorithms-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/criterion
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-criterion
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-criterion
 
-Package: libghc6-criterion-dev
+Package: libghc-criterion-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -58,7 +58,7 @@
  The fastest way to get started is to read the documentation and examples in
  the Criterion.Main module.
 
-Package: libghc6-criterion-prof
+Package: libghc-criterion-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -79,7 +79,7 @@
  The fastest way to get started is to read the documentation and examples in
  the Criterion.Main module.
 
-Package: libghc6-criterion-doc
+Package: libghc-criterion-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
diff -rN -u old-haskell-criterion/libghc6-criterion-doc.examples new-haskell-criterion/libghc6-criterion-doc.examples
--- old-haskell-criterion/libghc6-criterion-doc.examples	2011-01-15 15:21:34.920350181 +0000
+++ new-haskell-criterion/libghc6-criterion-doc.examples	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-examples/*
diff -rN -u old-haskell-criterion/libghc-criterion-doc.examples new-haskell-criterion/libghc-criterion-doc.examples
--- old-haskell-criterion/libghc-criterion-doc.examples	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-criterion/libghc-criterion-doc.examples	2011-01-15 15:21:37.960510441 +0000
@@ -0,0 +1 @@
+examples/*





More information about the Pkg-haskell-commits mailing list