summaryrefslogtreecommitdiff
path: root/p/haskell-diff/debian
diff options
context:
space:
mode:
authorMarco Silva <marcot@debian.org>2011-01-15 18:05:52 +0300
committerMarco Silva <marcot@debian.org>2011-01-15 18:05:52 +0300
commitd7c333e9a101dd284fc6665e04fb1cb08b2eca38 (patch)
treeaf39a3382d14e538e6979590b2cedefcfa3ee292 /p/haskell-diff/debian
parent4da3d911c3e234127a5a9f8f61c0d91f72e844ad (diff)
downloadDHG_packages-d7c333e9a101dd284fc6665e04fb1cb08b2eca38.tar.gz
haskell-diff: Use ghc instead of ghc6
Diffstat (limited to 'p/haskell-diff/debian')
-rw-r--r--p/haskell-diff/debian/changelog12
-rw-r--r--p/haskell-diff/debian/control14
2 files changed, 15 insertions, 11 deletions
diff --git a/p/haskell-diff/debian/changelog b/p/haskell-diff/debian/changelog
index 3488cb57c..8bddc64bc 100644
--- a/p/haskell-diff/debian/changelog
+++ b/p/haskell-diff/debian/changelog
@@ -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@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-5) unstable; urgency=low
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@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@debian.org> Wed, 25 Feb 2009 22:54:10 +0000
diff --git a/p/haskell-diff/debian/control b/p/haskell-diff/debian/control
index 5f8b291ba..629d692b2 100644
--- a/p/haskell-diff/debian/control
+++ b/p/haskell-diff/debian/control
@@ -6,15 +6,15 @@ Uploaders: Chris Lamb <lamby@debian.org>
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 @@ Description: GHC 6 libraries for the Haskell O(ND) diff algorithm library
.
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 @@ Description: GHC 6 profiling libraries for the Haskell O(ND) diff algorithm libr
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}