summaryrefslogtreecommitdiff
path: root/p/haskell-filemanip
diff options
context:
space:
mode:
authorMarco Silva <marcot@debian.org>2011-01-15 18:05:54 +0300
committerMarco Silva <marcot@debian.org>2011-01-15 18:05:54 +0300
commitd528d2b23eeb4836660f86606ac7a3d076ac10e0 (patch)
tree6401a28732d264a23fddd1b40e9c3e97ecf50069 /p/haskell-filemanip
parent833c287b6fef8ba71a6133c90115f13767718e86 (diff)
downloadDHG_packages-d528d2b23eeb4836660f86606ac7a3d076ac10e0.tar.gz
haskell-filemanip: Use ghc instead of ghc6
Diffstat (limited to 'p/haskell-filemanip')
-rw-r--r--p/haskell-filemanip/debian/changelog6
-rw-r--r--p/haskell-filemanip/debian/control18
2 files changed, 14 insertions, 10 deletions
diff --git a/p/haskell-filemanip/debian/changelog b/p/haskell-filemanip/debian/changelog
index a4402f8f6..d9dd56c43 100644
--- a/p/haskell-filemanip/debian/changelog
+++ b/p/haskell-filemanip/debian/changelog
@@ -1,7 +1,11 @@
haskell-filemanip (0.3.2-3) 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:51 -0300
haskell-filemanip (0.3.2-2) unstable; urgency=low
@@ -13,7 +17,7 @@ haskell-filemanip (0.3.2-2) unstable; urgency=low
Depends: of haskell-devscripts.
* debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
* debian/control: Use more sintetic link in Homepage:.
- * debian/control: Remove uneeded Build-Depends: in libghc6-filepath-*.
+ * debian/control: Remove uneeded Build-Depends: in libghc-filepath-*.
[ Joachim Breitner ]
* Bump haskell-devscripts dependency to 0.7
diff --git a/p/haskell-filemanip/debian/control b/p/haskell-filemanip/debian/control
index 299f6ac65..65163527b 100644
--- a/p/haskell-filemanip/debian/control
+++ b/p/haskell-filemanip/debian/control
@@ -6,18 +6,18 @@ Uploaders: Iain Lane <laney@ubuntu.com>
Build-Depends: debhelper (>= 7),
haskell-devscripts (>= 0.7),
cdbs,
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-mtl-dev,
- libghc6-mtl-prof,
- libghc6-mtl-doc
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-mtl-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/FileManip
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-filemanip
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-filemanip
-Package: libghc6-filemanip-dev
+Package: libghc-filemanip-dev
Architecture: any
Depends: ${haskell:Depends},
${shlibs:Depends},
@@ -35,7 +35,7 @@ Description: expressive file and directory manipulation for Haskell
This package contains the development files.
-Package: libghc6-filemanip-prof
+Package: libghc-filemanip-prof
Architecture: any
Depends: ${haskell:Depends},
${shlibs:Depends},
@@ -52,7 +52,7 @@ Description: expressive file and directory manipulation for Haskell; profiling l
.
This package contains the profiling libraries.
-Package: libghc6-filemanip-doc
+Package: libghc-filemanip-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}