summaryrefslogtreecommitdiff
path: root/p/haskell-binary-shared
diff options
context:
space:
mode:
authorMarco Silva <marcot@debian.org>2011-01-15 18:05:49 +0300
committerMarco Silva <marcot@debian.org>2011-01-15 18:05:49 +0300
commitc7995a16fc6f2720a94a4cab8a7fdd9f72ae6ba0 (patch)
tree4c3cd5990a564fd169cad1db53ae4a69367243b0 /p/haskell-binary-shared
parent23a9b7db305c7f268877281ad663c9c29d44dfc4 (diff)
downloadDHG_packages-c7995a16fc6f2720a94a4cab8a7fdd9f72ae6ba0.tar.gz
haskell-binary-shared: Use ghc instead of ghc6
Diffstat (limited to 'p/haskell-binary-shared')
-rw-r--r--p/haskell-binary-shared/debian/changelog6
-rw-r--r--p/haskell-binary-shared/debian/control24
2 files changed, 18 insertions, 12 deletions
diff --git a/p/haskell-binary-shared/debian/changelog b/p/haskell-binary-shared/debian/changelog
index 321532c22..323879f11 100644
--- a/p/haskell-binary-shared/debian/changelog
+++ b/p/haskell-binary-shared/debian/changelog
@@ -1,3 +1,9 @@
+haskell-binary-shared (0.8-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot@debian.org> Sat, 15 Jan 2011 12:40:48 -0200
+
haskell-binary-shared (0.8-1) unstable; urgency=low
* Initial release. (Closes: #574691)
diff --git a/p/haskell-binary-shared/debian/control b/p/haskell-binary-shared/debian/control
index af2763027..fce14a2fc 100644
--- a/p/haskell-binary-shared/debian/control
+++ b/p/haskell-binary-shared/debian/control
@@ -6,21 +6,21 @@ Uploaders: Joachim Breitner <nomeata@debian.org>
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
- , ghc6
- , ghc6-prof
- , libghc6-mtl-dev (>= 1.1.0.2)
- , libghc6-mtl-prof
- , libghc6-binary-dev (>= 0.5)
- , libghc6-binary-prof
-Build-Depends-Indep: ghc6-doc
- , libghc6-mtl-doc
- , libghc6-binary-doc
+ , ghc
+ , ghc-prof
+ , libghc-mtl-dev (>= 1.1.0.2)
+ , libghc-mtl-prof
+ , libghc-binary-dev (>= 0.5)
+ , libghc-binary-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-mtl-doc
+ , libghc-binary-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/binary-shared
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-binary-shared
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-binary-shared
-Package: libghc6-binary-shared-dev
+Package: libghc-binary-shared-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -35,7 +35,7 @@ Description: sharing-enhanced binary encoding
This library is similar to the haskell binary library, but add support to
sharing identical element occuring in the data to be (de-)serialized.
-Package: libghc6-binary-shared-prof
+Package: libghc-binary-shared-prof
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -51,7 +51,7 @@ Description: sharing-enhanced binary encoding; profiling libraries
This library is similar to the haskell binary library, but add support to
sharing identical element occuring in the data to be (de-)serialized.
-Package: libghc6-binary-shared-doc
+Package: libghc-binary-shared-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}