On 14 October 2010 05:58, Neil Mitchell <[email protected]> wrote: > I do this using a .ghci file. For Hoogle I have a file called Paths.hs > with the module name Paths_hoogle and stub exports. I then have my > .ghci file as: > > :load Main.hs Paths.hs > > Now Paths.hs will never interfere, or be picked up in ghc --make, > because it has the wrong name - but is used in ghci.
Ooooohhhhh, I like this solution. I wonder how well it plays with running ghci in emacs via haskell-mode... -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
