On Fri, Feb 8, 2013 at 10:24 AM, Ozgun Ataman <ozataman@gmail.com> wrote:
Which, thanks to Johan's help yesterday, can still be worked around (for now) by starting ghci with:

ghci -package-conf ./cabal-sandbox/your-package-conf-folder-here/ 

You can indeed do this. For real ghci support in cabal we need to also pass -package flags, C libraries, etc to ghci. That's why it's not done yet.

-- Johan