>>>>> Mateusz Kowalczyk <[email protected]> writes:

> When hacking on Haskell projects with tests, the tests ofter depend on
> the project itself: that is, test-suite blocks will have itself in
> dependencies. This works fine with cabal and such. However, if I run:

Doing "unset GHC_PACKAGE_PATH" should do it.  This variable get exported
during the buildPhase by the cabal builder, and really should be unset in the
postBuild.

John
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to