On Mon, Dec 1, 2008 at 1:40 PM, Lars Kotthoff <[EMAIL PROTECTED]> wrote:
> Dear all,
>
>  I'm having trouble getting Cabal to find packages installed in my user
> repository.
>
> When I run ghc-pkg list manually, I can see all the required packages, listed 
> in
> the section for my user repository. When I run ghci I can import said packages
> as well. Yet when I run ghc on the Setup.hs file of a package which requires
> said packages, it tells me that the dependencies are missing.
>

You probably want to use:
runghc Setup configure --user

Hope that helps,
-Judah

_______________________________________________
cabal-devel mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cabal-devel

Reply via email to