On Wed, Jul 16, 2014 at 12:55 AM, Joachim Breitner <nome...@debian.org>
wrote:

> Hi,
>
> Am Sonntag, den 13.07.2014, 21:54 -0700 schrieb David Fox:
>
> > I'm almost certain now that libtinfo-dev should be a dependency of ghc
> > if it exports terminfo.  If so, I apologize in advance - and after
> > that nice note you left in the changelog!
>
> haskell-terminfo depends on libncurses5-dev, so why do you think it
> should be libtinfo-dev?
>
> Also, what is the problem you are experiencing, and does adding the
> depends fix it?


The problem I'm experiencing is something like "/usr/bin/ld: -ltinfo not
found" when linking a package that uses the terminfo cabal library.  Adding
the dependency does fix this.  This is the terminfo library now built into
ghc, not the external one (which can't be installed now that ghc conflicts
with it.)

A dependency on libncurses5-dev would actually be better, I see it depends
on (pulls in) libtinfo-dev.

-david

Reply via email to