summaryrefslogtreecommitdiff
path: root/p/haskell-utf8-string
diff options
context:
space:
mode:
authorIain Lane <laney@ubuntu.com>2010-02-18 19:29:02 +0300
committerIain Lane <laney@ubuntu.com>2010-02-18 19:29:02 +0300
commit5157b1a61f3d0b382f0bc21eae823e3985b70629 (patch)
tree68cad34953a75fe16657524bb17ee0514c4fc6e6 /p/haskell-utf8-string
parentd02221ef4fb0751d205b0b31a97ad6b04e63e769 (diff)
downloadDHG_packages-5157b1a61f3d0b382f0bc21eae823e3985b70629.tar.gz
haskell-utf8-string: Drop hugs support as this is not compatible with the new Cabal
Diffstat (limited to 'p/haskell-utf8-string')
-rw-r--r--p/haskell-utf8-string/debian/changelog4
-rw-r--r--p/haskell-utf8-string/debian/control11
2 files changed, 4 insertions, 11 deletions
diff --git a/p/haskell-utf8-string/debian/changelog b/p/haskell-utf8-string/debian/changelog
index 5b31340be..e2e6c3436 100644
--- a/p/haskell-utf8-string/debian/changelog
+++ b/p/haskell-utf8-string/debian/changelog
@@ -1,7 +1,11 @@
haskell-utf8-string (0.3.6-2) UNRELEASED; urgency=low
+ [ Joachim Breitner ]
* Adopt by the Debian Haskell Group
+ [ Iain Lane ]
+ * Drop hugs support as this is not compatible with the new Cabal
+
-- Joachim Breitner <nomeata@debian.org> Thu, 11 Feb 2010 21:34:16 +0100
haskell-utf8-string (0.3.6-1) unstable; urgency=low
diff --git a/p/haskell-utf8-string/debian/control b/p/haskell-utf8-string/debian/control
index 2e52c8e55..59c4f0039 100644
--- a/p/haskell-utf8-string/debian/control
+++ b/p/haskell-utf8-string/debian/control
@@ -8,7 +8,6 @@ Build-Depends:
haskell-devscripts (>= 0.7),
cdbs,
ghc6,
- hugs,
ghc6-doc,
ghc6-prof,
cpphs,
@@ -58,13 +57,3 @@ Description: GHC 6 libraries for the Haskell UTF-8 library (documentation)
writing UTF8 without truncation.
.
This package contains the GHC6 library documentation.
-
-Package: libhugs-utf8-string
-Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Description: Hugs libraries for the Haskell UTF-8 library
- UTF8 layer for IO and Strings. The utf8-string package provides operations
- for encoding UTF8 strings to Word8 lists and back, and for reading and
- writing UTF8 without truncation.
- .
- This package contains the libraries for Hugs.