summaryrefslogtreecommitdiff
path: root/p/haskell-utility-ht
diff options
context:
space:
mode:
authorMarco Silva <marcot@debian.org>2011-01-15 18:06:20 +0300
committerMarco Silva <marcot@debian.org>2011-01-15 18:06:20 +0300
commit2049b6a957a39bc52230defb90931c18e4d3d1db (patch)
treed2edfe5881641b4ca0f17860ab1c5dd15031a230 /p/haskell-utility-ht
parent6e6bec85fa7147912c1b77b32a9e6e8ec7b60c94 (diff)
downloadDHG_packages-2049b6a957a39bc52230defb90931c18e4d3d1db.tar.gz
haskell-utility-ht: Use ghc instead of ghc6
Diffstat (limited to 'p/haskell-utility-ht')
-rw-r--r--p/haskell-utility-ht/debian/changelog6
-rw-r--r--p/haskell-utility-ht/debian/control12
2 files changed, 12 insertions, 6 deletions
diff --git a/p/haskell-utility-ht/debian/changelog b/p/haskell-utility-ht/debian/changelog
index b54e68818..2e895fb10 100644
--- a/p/haskell-utility-ht/debian/changelog
+++ b/p/haskell-utility-ht/debian/changelog
@@ -1,3 +1,9 @@
+haskell-utility-ht (0.0.5.1-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot@debian.org> Sat, 15 Jan 2011 12:41:35 -0200
+
haskell-utility-ht (0.0.5.1-1) unstable; urgency=low
* Initial release (Closes: 574503).
diff --git a/p/haskell-utility-ht/debian/control b/p/haskell-utility-ht/debian/control
index b6643d53e..ffa44ed7d 100644
--- a/p/haskell-utility-ht/debian/control
+++ b/p/haskell-utility-ht/debian/control
@@ -4,14 +4,14 @@ Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>
Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7),
- ghc6, ghc6-prof, libghc6-quickcheck2-dev, libghc6-quickcheck2-prof
-Build-Depends-Indep: ghc6-doc
+ ghc, ghc-prof, libghc-quickcheck2-dev, libghc-quickcheck2-prof
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/utility-ht
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-utility-ht
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=haskell/haskell-utility-ht
-Package: libghc6-utility-ht-dev
+Package: libghc-utility-ht-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -26,13 +26,13 @@ Description: Small helper functions for Lists, Maybes, Tuples and Functions
of standard functions. They have the same name as their standard
counterparts.
-Package: libghc6-utility-ht-prof
+Package: libghc-utility-ht-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: profiling libraries for libghc6-utility-ht-dev
+Description: profiling libraries for libghc-utility-ht-dev
This package provides a library for the Haskell programming language
compiled for profiling.
See http://www.haskell.org/ for more information on Haskell.
@@ -42,7 +42,7 @@ Description: profiling libraries for libghc6-utility-ht-dev
of standard functions. They have the same name as their standard
counterparts.
-Package: libghc6-utility-ht-doc
+Package: libghc-utility-ht-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${misc:Depends}