Bas van Dijk <[email protected]> wrote: > 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 > > [1] http://hackage.haskell.org/trac/hackage/ticket/382
Shell script can be replaced with .ghci file. See http://neilmitchell.blogspot.com/2010/01/using-ghci-files-to-run-projects.html (Just my two cents.) -- vvv _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
