[Haskell-cafe] How to use cabal-dev ghci and multiple targets/build-depends from cabal file?

Kirill Zaborsky qrilka at gmail.com
Thu Jul 11 13:55:15 CEST 2013


Currently I'm creating a small library and I wanted to create tests for it. 
So I have a library section in cabal file and also a test-suite section.

Everything goes well but when I tried to load file with tests into ghci 
(actually it was a REPL in emacs) I received errors stating that GHCi can 
not find e.g. Test.Framework module.

Is there any way to use multiple build-depends in GHCi?

KInd regards,
Kirill Zaborsky
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130711/fe88fa4b/attachment.htm>


More information about the Haskell-Cafe mailing list