On 14 October 2010 05:58, Neil Mitchell <ndmitch...@gmail.com> 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
ivan.miljeno...@gmail.com
IvanMiljenovic.wordpress.com
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to