summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/haskell-hxt-curl/debian/changelog6
-rw-r--r--p/haskell-hxt-curl/debian/control24
2 files changed, 18 insertions, 12 deletions
diff --git a/p/haskell-hxt-curl/debian/changelog b/p/haskell-hxt-curl/debian/changelog
index 66bab5606..7b074a2b9 100644
--- a/p/haskell-hxt-curl/debian/changelog
+++ b/p/haskell-hxt-curl/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hxt-curl (9.0.0-3) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot@debian.org> Sat, 15 Jan 2011 12:41:12 -0200
+
haskell-hxt-curl (9.0.0-2) unstable; urgency=low
* debian/control: add Build-Depends: haskell-hxt (>= 9)
diff --git a/p/haskell-hxt-curl/debian/control b/p/haskell-hxt-curl/debian/control
index 36f0fa791..4acd91a4f 100644
--- a/p/haskell-hxt-curl/debian/control
+++ b/p/haskell-hxt-curl/debian/control
@@ -6,19 +6,19 @@ 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,
- libghc6-curl-dev,
- libghc6-curl-prof,
- libghc6-curl-doc,
- libghc6-hxt-dev (>= 9), libghc6-hxt-dev (<< 10),
- libghc6-hxt-prof (>= 9), libghc6-hxt-prof (<< 10),
- libghc6-hxt-doc (>= 9), libghc6-hxt-doc (<< 10),
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-curl-dev,
+ libghc-curl-prof,
+ libghc-curl-doc,
+ libghc-hxt-dev (>= 9), libghc-hxt-dev (<< 10),
+ libghc-hxt-prof (>= 9), libghc-hxt-prof (<< 10),
+ libghc-hxt-doc (>= 9), libghc-hxt-doc (<< 10),
Standards-Version: 3.9.1
Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/
-Package: libghc6-hxt-curl-dev
+Package: libghc-hxt-curl-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -31,7 +31,7 @@ Description: LibCurl interface for HXT
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-hxt-curl-prof
+Package: libghc-hxt-curl-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -44,7 +44,7 @@ Description: LibCurl interface for HXT; profiling library
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-hxt-curl-doc
+Package: libghc-hxt-curl-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}