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

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


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

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

Sat Jan 15 15:06:01 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: aed53f98fb2bfbe55236bc435c243b6d
diff -rN -u old-haskell-hxt-cache/changelog new-haskell-hxt-cache/changelog
--- old-haskell-hxt-cache/changelog	2011-01-15 15:40:12.923286492 +0000
+++ new-haskell-hxt-cache/changelog	2011-01-15 15:40:12.927286703 +0000
@@ -1,3 +1,9 @@
+haskell-hxt-cache (9.0.0-3) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:12 -0200
+
 haskell-hxt-cache (9.0.0-2) unstable; urgency=low
 
   * debian/control: add Build-Depends: haskell-hxt (>= 9)
diff -rN -u old-haskell-hxt-cache/control new-haskell-hxt-cache/control
--- old-haskell-hxt-cache/control	2011-01-15 15:40:12.923286492 +0000
+++ new-haskell-hxt-cache/control	2011-01-15 15:40:12.927286703 +0000
@@ -6,25 +6,25 @@
 Build-Depends: debhelper (>= 7.0.50~),
 	haskell-devscripts(>=0.7),
 	cdbs,
-	ghc6,
-	ghc6-prof,
-	ghc6-doc,
-	libghc6-sha-dev,
-	libghc6-sha-prof,
-	libghc6-sha-doc,
-	libghc6-binary-dev,
-	libghc6-binary-prof,
-	libghc6-binary-doc,
-	libghc6-deepseq-dev,
-	libghc6-deepseq-prof,
-	libghc6-deepseq-doc,
-	libghc6-hxt-dev (>= 9), libghc6-hxt-dev (<< 10),
-	libghc6-hxt-prof (>= 9), libghc6-hxt-prof (<< 10),
-	libghc6-hxt-doc (>= 9), libghc6-hxt-doc (<< 10),
+	ghc,
+	ghc-prof,
+	ghc-doc,
+	libghc-sha-dev,
+	libghc-sha-prof,
+	libghc-sha-doc,
+	libghc-binary-dev,
+	libghc-binary-prof,
+	libghc-binary-doc,
+	libghc-deepseq-dev,
+	libghc-deepseq-prof,
+	libghc-deepseq-doc,
+	libghc-hxt-dev (>= 9), libghc-hxt-dev (<< 10),
+	libghc-hxt-prof (>= 9), libghc-hxt-prof (<< 10),
+	libghc-hxt-doc (>= 9), libghc-hxt-doc (<< 10),
 Standards-Version: 3.9.1
 Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/
 
-Package: libghc6-hxt-cache-dev
+Package: libghc-hxt-cache-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -38,7 +38,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-hxt-cache-prof
+Package: libghc-hxt-cache-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -52,7 +52,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-hxt-cache-doc
+Package: libghc-hxt-cache-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}





More information about the Pkg-haskell-commits mailing list