summaryrefslogtreecommitdiff
path: root/p/haskell-polyparse
diff options
context:
space:
mode:
authorMarco Silva <marcot@debian.org>2011-01-15 18:06:07 +0300
committerMarco Silva <marcot@debian.org>2011-01-15 18:06:07 +0300
commitd0659dfca28b3d87d3709a2aecf53e1eb44af87b (patch)
tree4f9d7171d3e015a37ed884ecf93274d5330ca33f /p/haskell-polyparse
parent26a5d6d7f57b4a4424d8942ee92ec00ca1cdefe0 (diff)
downloadDHG_packages-d0659dfca28b3d87d3709a2aecf53e1eb44af87b.tar.gz
haskell-polyparse: Use ghc instead of ghc6
Diffstat (limited to 'p/haskell-polyparse')
-rw-r--r--p/haskell-polyparse/debian/changelog3
-rw-r--r--p/haskell-polyparse/debian/control12
2 files changed, 9 insertions, 6 deletions
diff --git a/p/haskell-polyparse/debian/changelog b/p/haskell-polyparse/debian/changelog
index f9e08dca7..582b00721 100644
--- a/p/haskell-polyparse/debian/changelog
+++ b/p/haskell-polyparse/debian/changelog
@@ -9,6 +9,9 @@ haskell-polyparse (1.4-1) UNRELEASED; urgency=low
[ Joachim Breitner ]
* Priority: extra
+ [ Marco Silva ]
+ * Use ghc instead of ghc
+
-- Erik de Castro Lopo <erikd@mega-nerd.com> Mon, 5 Apr 2010 17:14:01 +1000
haskell-polyparse (1.3-2) unstable; urgency=low
diff --git a/p/haskell-polyparse/debian/control b/p/haskell-polyparse/debian/control
index 44a3cbb33..97206a373 100644
--- a/p/haskell-polyparse/debian/control
+++ b/p/haskell-polyparse/debian/control
@@ -7,15 +7,15 @@ Build-Depends:
, debhelper (>= 7)
, haskell-devscripts (>= 0.7)
, cdbs
- , ghc6 (>= 6.10.3)
- , ghc6-prof
- , ghc6-doc
+ , ghc (>= 6.10.3)
+ , ghc-prof
+ , ghc-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/polyparse
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-polyparse
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-polyparse
-Package: libghc6-polyparse-dev
+Package: libghc-polyparse-dev
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
@@ -32,7 +32,7 @@ Description: A variety of alternative parser combinator libraries for Haskell
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-polyparse-prof
+Package: libghc-polyparse-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
@@ -49,7 +49,7 @@ Description: Profiling libraries for haskell-polyparse
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-polyparse-doc
+Package: libghc-polyparse-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}