Hi, I checked out the package and there are some problems with your dependencies. You need to make sure to depend on a specific version of GHC, in both the build-deps and the package deps. ghc 6.4.2 is not in sid yet, so referencing it doesn't help right now.
-- John On Wed, Apr 26, 2006 at 09:35:26PM +0200, Arjan Oosting wrote: > Hi, > > I already sent a message to this list about sponsoring haskell-http, but > I did not get a response. > > Package name : haskell-http > Version : 0.4.20050430-3 > URL : http://www.haskell.org/http > License : BSD > Description : Haskell HTTP client library > > I have take over this package from Ganesh Sittampalam and I am searching > for a sponsor. Below is the changelog of this revision. The package > can be found at http://moonshine.dnsalias.org/debian/unstable and is > easily downloaded by doing: > > dget > http://moonshine.dnsalias.org/debian/unstable/haskell-http_0.4.20050430-2_i386.changes > > Could someone sponsor this upload? It fixes bugs!. :-) > > Greetings Arjan > > haskell-http (0.4.20050430-2) unstable; urgency=low > > * Take over maintainership with permission of previous maintainer. > * Run update-haskell-control to update the Build-Depends, Depends and > Architecture lines. (Closes: #337979, #360878, #336396, #336268) > * Remove support for nhc98 from the package. > * debian/control.in: > - Move haskell-http-doc to section doc. > - Change to Standards-Version 3.6.2. No changes needed. > - Cleanup the Build-Depends and Build-Depends-Indep > - Add Homepage: http://www.haskell.org/http/ to the descriptions. > - Properly escape ${haskell:Depends}. > - Add versioned libghc6-cabal-dev and ghc6 to the Build-Depends to use > Cabal version 1.1.1 or later which introduces a new installation > prefix for libraries. > libghc6-http-dev determinable. > * debian/compat: added and set debhelper compatability level to 5. > * debian/copyright: updated. > * debian/haskell-http-doc.dirs: added. > * debian/libhugs-http.install: added. > * debian/libhugs-http.linda-overrides: added. The *.hs files need to be > installed in /usr/lib/hugs/ so override linda warning. > * debian/rules: > - split the dh_haskell -a -i call two calls. Move all the architecture > independent stuff to binary-indep and all the architecture dependent > stuff to binary-arch. (Closes: #315333) > - remove the empty directory usr/lib/haskell-packages/ghc6/bin > (Closes: #324718) > - do not ignore errors on clean and remove redundant make clean call. > - general cleanup. > * debian/watch: added watch file. > * http.cabal: add package base to Build-Depends. > > -- Arjan Oosting <[EMAIL PROTECTED]> Thu, 20 Apr 2006 11:45:51 +0200 > _______________________________________________ > debian-haskell mailing list > [email protected] > http://urchin.earth.li/mailman/listinfo/debian-haskell _______________________________________________ debian-haskell mailing list [email protected] http://urchin.earth.li/mailman/listinfo/debian-haskell

