summaryrefslogtreecommitdiff
path: root/p/haskell-hxt-charproperties
diff options
context:
space:
mode:
authorMarco Silva <marcot@debian.org>2011-01-15 18:06:01 +0300
committerMarco Silva <marcot@debian.org>2011-01-15 18:06:01 +0300
commitd5988b56b80757e5022c394ca79a74e80ecbb82a (patch)
treea88ea9ca0025b5b6885fdb698401323a8bf1d2dc /p/haskell-hxt-charproperties
parentaf26c318d27b45122530d14111f61c87a1add357 (diff)
downloadDHG_packages-d5988b56b80757e5022c394ca79a74e80ecbb82a.tar.gz
haskell-hxt-charproperties: Use ghc instead of ghc6
Diffstat (limited to 'p/haskell-hxt-charproperties')
-rw-r--r--p/haskell-hxt-charproperties/debian/changelog6
-rw-r--r--p/haskell-hxt-charproperties/debian/control12
2 files changed, 12 insertions, 6 deletions
diff --git a/p/haskell-hxt-charproperties/debian/changelog b/p/haskell-hxt-charproperties/debian/changelog
index 1e0a1a1e8..97dac022a 100644
--- a/p/haskell-hxt-charproperties/debian/changelog
+++ b/p/haskell-hxt-charproperties/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hxt-charproperties (9.0.0-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot@debian.org> Sat, 15 Jan 2011 12:41:12 -0200
+
haskell-hxt-charproperties (9.0.0-1) unstable; urgency=low
* Initial release (Closes: #601834)
diff --git a/p/haskell-hxt-charproperties/debian/control b/p/haskell-hxt-charproperties/debian/control
index 031e3d33c..4dfb9501c 100644
--- a/p/haskell-hxt-charproperties/debian/control
+++ b/p/haskell-hxt-charproperties/debian/control
@@ -6,13 +6,13 @@ Uploaders: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org
Build-Depends: debhelper (>= 7.0.50~),
haskell-devscripts(>=0.7),
cdbs,
- ghc6,
- ghc6-prof,
- ghc6-doc,
+ ghc,
+ ghc-prof,
+ ghc-doc,
Standards-Version: 3.9.1
Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/
-Package: libghc6-hxt-charproperties-dev
+Package: libghc-hxt-charproperties-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -28,7 +28,7 @@ Description: Character properties and classes for XML and Unicode
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-hxt-charproperties-prof
+Package: libghc-hxt-charproperties-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -44,7 +44,7 @@ Description: Character properties and classes for XML and Unicode; profiling lib
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-hxt-charproperties-doc
+Package: libghc-hxt-charproperties-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}