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

Marco Silva marcot at debian.org
Sat Jan 15 15:24:52 UTC 2011


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

    M ./changelog -4 +8
    M ./control -7 +7

Sat Jan 15 15:05:52 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: e1bff81eae9a1dae5243444f0cfad335
diff -rN -u old-haskell-diff/changelog new-haskell-diff/changelog
--- old-haskell-diff/changelog	2011-01-15 15:24:52.490764799 +0000
+++ new-haskell-diff/changelog	2011-01-15 15:24:52.494765010 +0000
@@ -1,7 +1,11 @@
 haskell-diff (0.1.2-6) UNRELEASED; urgency=low
 
+  [ Marco Túlio Gontijo e Silva ]
   * debian/source/format: Use 3.0 (quilt).
 
+  [ Marco Silva ]
+  * Use ghc instead of ghc
+
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Sun, 21 Feb 2010 07:45:48 -0300
 
 haskell-diff (0.1.2-5) unstable; urgency=low
@@ -13,17 +17,17 @@
 haskell-diff (0.1.2-4) unstable; urgency=low
 
   * Add missing Build-Depends on hscolour. (Closes: #517495)
-  * Bump Build-Depends on ghc6 to 6.10.1+dfsg1-13 and haddock to 2.4.1-4 to
-    prevent arch-dependent issues with ghc6-doc.
+  * Bump Build-Depends on ghc to 6.10.1+dfsg1-13 and haddock to 2.4.1-4 to
+    prevent arch-dependent issues with ghc-doc.
 
  -- Chris Lamb <lamby at debian.org>  Sun, 01 Mar 2009 15:31:28 +0000
 
 haskell-diff (0.1.2-3) unstable; urgency=low
 
-  * Add missing Build-Depends on ghc6-prof (Closes: #516830)
+  * Add missing Build-Depends on ghc-prof (Closes: #516830)
   * Bump GHC requirement to 6.10.1.
   * Move to hlibrary.mk-based build approach.
-  * Update libghc6-diff-prof's short description.
+  * Update libghc-diff-prof's short description.
 
  -- Chris Lamb <lamby at debian.org>  Wed, 25 Feb 2009 22:54:10 +0000
 
diff -rN -u old-haskell-diff/control new-haskell-diff/control
--- old-haskell-diff/control	2011-01-15 15:24:52.490764799 +0000
+++ new-haskell-diff/control	2011-01-15 15:24:52.494765010 +0000
@@ -6,15 +6,15 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-  , ghc6-prof
-  , ghc6-doc
+  , ghc
+  , ghc-prof
+  , ghc-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/Diff
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-diff
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-diff
 
-Package: libghc6-diff-dev
+Package: libghc-diff-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -33,7 +33,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-diff-prof
+Package: libghc-diff-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -51,9 +51,9 @@
  things or perform interesting tasks with the results.
  .
  This package contains additional GHC profiling libraries which can be used with
- libghc6-diff-dev
+ libghc-diff-dev
 
-Package: libghc6-diff-doc
+Package: libghc-diff-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}





More information about the Pkg-haskell-commits mailing list