Building NewBinary with ghc 6.5
Jeremy Shaw
jeremy.shaw at linspireinc.com
Tue Jul 25 19:56:14 EDT 2006
At Wed, 26 Jul 2006 00:40:33 +0100,
Joel Reymont wrote:
>
> Is there something that looks particularly wrong below?
Can you try the install with verbosity turned up:
$ sudo runhaskell Setup.lhs install -v
or perhaps even
$ sudo runhaskell Setup.lhs install -v5
I believe this will show the actually invocation of ghc-pkg that is
being used. You can then try running ghc-pkg by hand and see if it
gives you the same result.
That should at least yield some useful data.
Thanks.
j.
More information about the Glasgow-haskell-users
mailing list