--- haskell-http/debian/control~	2007-10-20 11:59:18.000000000 -0700
+++ haskell-http/debian/control	2007-11-06 10:09:00.000000000 -0800
@@ -3,8 +3,8 @@
 Section: net
 Maintainer: Arjan Oosting <arjan@debian.org>
 Build-Depends: dctrl-tools, dpkg-dev (>= 1.13.19), debhelper (>= 5.0.0), dpatch, 
- haskell-devscripts (>= 0.6.0), ghc6 (>= 6.8.2), libghc6-network-dev,
- libghc6-parsec-dev 
+ haskell-devscripts (>= 0.6.0), ghc6 (>= 6.8.2), ghc6-prof, libghc6-network-dev, libghc6-network-prof,
+ libghc6-parsec-dev, libghc6-parsec-prof
 Build-Depends-Indep: haddock, hugs, 
  libhugs-network | hugs (<< 98.200609.21),
  libhugs-parsec  | hugs (<< 98.200609.21),
@@ -24,6 +24,16 @@
  .
  This package contains the libraries compiled for GHC 6.
 
+Package: libghc6-http-prof
+Section: devel
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: haskell-http-doc (= ${source:Version})
+Description: GHC 6 libraries for the Haskell HTTP client library
+ HTTP is a set of Haskell client libraries for HTTP/1.0 and HTTP/1.1.
+ .
+ This package contains the libraries compiled for GHC 6.
+
 Package: libhugs-http
 Section: devel
 Architecture: all

