
11 Jan
2010
11 Jan
'10
8:02 a.m.
Bas van Dijk
I always make a ghci.sh bash script in each of my projects that calls "ghci -hide-all-packages -package x -package y -package z". However a "cabal ghci" or "cabal interactive" command that does this automatically would be ideal. I see there already is a ticket[1] about it.
regards, Bas
Shell script can be replaced with .ghci file. See http://neilmitchell.blogspot.com/2010/01/using-ghci-files-to-run-projects.ht... (Just my two cents.) -- vvv