On Friday 02 September 2011, 08:53:06, Simon Peyton-Jones wrote:
> Thanks to Daniel.  Ian, Simon, I have a question about installing extra
> libs.
> 
> |    quasiquotation/qq006                qq006 [stderr mismatch]
> |    (normal)
> 
> I get "Could not find module `Text.ParserCombinators.Parsec.Char'". 
> Presumably the test depends on parsec.
> 
> Similarly for T3087 which needs 'syb', although the error message is
> different: <command line>: cannot satisfy -package syb
>     (use -v for more information)
> 
> How do I install parsec or syb?

I did

$ cabal install --with-compiler=/home/dafis/GHC/bin/ghc --disable-
documentation --enable-shared --one-shot --package-
db=/home/dafis/GHC/lib/ghc-7.3.20110901/package.conf.d mtl-1.1.1.1 parsec 
parallel syb random

(at least in the not too distant past, some tests also depended on 
parallel, so I included that).

I dared not fiddle with the build system.

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to