8 Feb
                
                    2013
                
            
            
                8 Feb
                
                '13
                
            
            
            
        
    
                2:18 p.m.
            
        On Fri, Feb 8, 2013 at 10:24 AM, Ozgun Ataman 
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