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.<div><br></div><div>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.</div><div><br></div><div>Is there any way to use multiple build-depends in GHCi?</div><div><br></div><div>KInd regards,</div><div>Kirill Zaborsky</div>