It&#39;s too bad Visual Haskell was not continued, since a free version of the Visual Studio platform is available now.<div><br></div><div>I felt Visual Haskell was very promising, like on the fly type inference with tool tips, code completion, built in Cabal support, etc...</div>
<div><br></div><div><div><br><div class="gmail_quote">On Thu, Jan 22, 2009 at 6:50 PM, John A. De Goes <span dir="ltr">&lt;<a href="mailto:john@n-brain.net">john@n-brain.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Not that you&#39;re looking to switch editors, but if you want something a little more hassle-free:<br>
<br>
 &nbsp; &nbsp;<a href="http://www.n-brain.net/unashots/Haskell/ErrorHighlighting.png" target="_blank">http://www.n-brain.net/unashots/Haskell/ErrorHighlighting.png</a><br>
<br>
Regards,<br><font color="#888888">
<br>
John</font><div><div></div><div class="Wj3C7c"><br>
<br>
On Jan 22, 2009, at 10:17 AM, Peter Verswyvelen wrote:<br>
<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="Wj3C7c">
I have a silly problem.<br>
<br>
I&#39;m using Emacs with the Haskell mode extension on Windows<br>
<br>
I have a source file in say<br>
<br>
c:/foo/src/main.hs<br>
<br>
main.hs is importing some other modules in that same src directory<br>
<br>
When I invoke GHCi from within Emacs, the first thing it does is<br>
<br>
:cd c:/foo<br>
<br>
and then<br>
<br>
:load &quot;src/main.hs&quot;<br>
<br>
But of course GHCi won&#39;t find the imported modules now, since the current directory is wrong.<br>
<br>
If I type in GHCi<br>
<br>
:cd src<br>
:load &quot;main.hs&quot;<br>
<br>
then it compiles fine.<br>
<br>
Does anyone have an idea why Emacs or the Haskell mode is switching to the parent directory of src instead of src itself, and how to fix this?<br>
<br>
Thanks a lot,<br>
Peter<br>
<br></div></div><div class="Ih2E3d">
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org" target="_blank">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
</div></blockquote>
<br>
</blockquote></div><br></div></div>