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

Marco Silva marcot at debian.org
Sat Jan 15 15:41:49 UTC 2011


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

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

Sat Jan 15 15:06:01 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 157629c40797444774e8cac5f5e44ed5
diff -rN -u old-haskell-hxt-xslt/changelog new-haskell-hxt-xslt/changelog
--- old-haskell-hxt-xslt/changelog	2011-01-15 15:41:49.636384768 +0000
+++ new-haskell-hxt-xslt/changelog	2011-01-15 15:41:49.640384979 +0000
@@ -1,3 +1,9 @@
+haskell-hxt-xslt (9.0.0-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:14 -0200
+
 haskell-hxt-xslt (9.0.0-1) unstable; urgency=low
 
   * Initial release (Closes: #601840)
diff -rN -u old-haskell-hxt-xslt/control new-haskell-hxt-xslt/control
--- old-haskell-hxt-xslt/control	2011-01-15 15:41:49.636384768 +0000
+++ new-haskell-hxt-xslt/control	2011-01-15 15:41:49.640384979 +0000
@@ -6,19 +6,19 @@
 Build-Depends: debhelper (>= 7.0.50~),
 	haskell-devscripts(>=0.7),
 	cdbs,
-	ghc6,
-	ghc6-prof,
-	ghc6-doc,
-	libghc6-hxt-xpath-dev,
-	libghc6-hxt-xpath-prof,
-	libghc6-hxt-xpath-doc,
-	libghc6-hxt-dev,
-	libghc6-hxt-prof,
-	libghc6-hxt-doc,
+	ghc,
+	ghc-prof,
+	ghc-doc,
+	libghc-hxt-xpath-dev,
+	libghc-hxt-xpath-prof,
+	libghc-hxt-xpath-doc,
+	libghc-hxt-dev,
+	libghc-hxt-prof,
+	libghc-hxt-doc,
 Standards-Version: 3.9.1
 Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/
 
-Package: libghc6-hxt-xslt-dev
+Package: libghc-hxt-xslt-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -31,7 +31,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-hxt-xslt-prof
+Package: libghc-hxt-xslt-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -44,7 +44,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-hxt-xslt-doc
+Package: libghc-hxt-xslt-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}





More information about the Pkg-haskell-commits mailing list