On Thu, Nov 17, 2005 at 07:17:40PM +0100, Martin Pitt wrote:
> haskell-hsql currently build-depends on postgresql-server-dev-8.0,
> which is problematic on two different ways:
> 
>  * The 8.0 packages will disappear soon since they are obsoleted by
>    version 8.1.
> 
>  * haskell-hsql is a client-side database application. It is just
>    plain wrong to depend on server-side bits since that makes
>    haskell-hsql dependant on a particular postgresql version.
>    Client-side packages should only use libpq-dev, which provides the
>    interface designed for clients (and even some server-side include
>    files which some packages just cannot resist to use).

One of these includes -- I can't remember which one -- is needed by
hsql.  Removing that build dependency results in build problems (that's
why it's there).

I can't build-dep on 8.1 since there's no 8.1 in the archive, but as
soon as there is, I'd certainly update the build-dep.  But it would be
an error to remove the build dep altogether.

-- John


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to