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

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


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

    M ./changelog +6
    M ./control -14 +14

Sat Jan 15 15:06:20 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: ab9b54956ff72b1c7ba834c1c8a6b35d
diff -rN -u old-haskell-vector-algorithms/changelog new-haskell-vector-algorithms/changelog
--- old-haskell-vector-algorithms/changelog	2011-01-15 16:19:15.694765589 +0000
+++ new-haskell-vector-algorithms/changelog	2011-01-15 16:19:15.698765800 +0000
@@ -1,3 +1,9 @@
+haskell-vector-algorithms (0.3.2-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:35 -0200
+
 haskell-vector-algorithms (0.3.2-1) unstable; urgency=low
 
   * Initial release. (Closes: #582547)
diff -rN -u old-haskell-vector-algorithms/control new-haskell-vector-algorithms/control
--- old-haskell-vector-algorithms/control	2011-01-15 16:19:15.694765589 +0000
+++ new-haskell-vector-algorithms/control	2011-01-15 16:19:15.698765800 +0000
@@ -6,23 +6,23 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-  , ghc6-prof
-  , libghc6-vector-dev (>= 0.5)
-  , libghc6-vector-dev (<< 0.7)
-  , libghc6-vector-prof
-  , libghc6-primitive-dev (>= 0.2)
-  , libghc6-primitive-dev (<< 0.4)
-  , libghc6-primitive-prof
-Build-Depends-Indep: ghc6-doc
-  , libghc6-vector-doc
-  , libghc6-primitive-doc
+  , ghc
+  , ghc-prof
+  , libghc-vector-dev (>= 0.5)
+  , libghc-vector-dev (<< 0.7)
+  , libghc-vector-prof
+  , libghc-primitive-dev (>= 0.2)
+  , libghc-primitive-dev (<< 0.4)
+  , libghc-primitive-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-vector-doc
+  , libghc-primitive-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/vector-algorithms
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-vector-algorithms
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-vector-algorithms
 
-Package: libghc6-vector-algorithms-dev
+Package: libghc-vector-algorithms-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -36,7 +36,7 @@
  .
  Efficient algorithms for vector arrays
 
-Package: libghc6-vector-algorithms-prof
+Package: libghc-vector-algorithms-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -51,7 +51,7 @@
  .
  Efficient algorithms for vector arrays
 
-Package: libghc6-vector-algorithms-doc
+Package: libghc-vector-algorithms-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}





More information about the Pkg-haskell-commits mailing list