Hi everyone,<br>I have installed ghc 6.12.3 and the Haskell platform; now, when I install<br>packages from hackage using<br>   cabal install &lt;package-name&gt;,<br>they get installed in ~/.cabal,<br>which is fair enough.<br>
However, when I call a <br>   runhaskell Setup.lhs configure <br>that used to work on a different computer with the same software setup,<br>ghc (or is it cabal?) complains that it cannot find the packages I have just installed.<br>
Checking again revealed that they are indeed installed, just not in the ghc installation directory,<br>but under ~/.cabal.<br>How can I tell cabal and/or ghc where to look for libraries?<br><br>Thanks, again, for any help!<br>
Christian<br><br>