Simon,<br><br>While we&#39;re at it, I found a typo in the <a href="http://www.haskell.org/ghc/docs/latest/html/users_guide/win32-dlls.html">http://www.haskell.org/ghc/docs/latest/html/users_guide/win32-dlls.html</a> documentation page. In 
ghc-6.6 the flag to build DLLs was --mk-dll (two leading minus signs), the new one is -shared (one leading minus sign) but in the doc it&#39;s written &quot;--shared&quot;<br><pre style="font-family: arial,sans-serif;" class="screen">
<font size="2">  ghc ––shared -o foo.dll bar.o baz.o wibble.a -lfooble<br><br>should be<br><br>  ghc –shared -o foo.dll bar.o baz.o wibble.a -lfooble</font>
</pre>There are 6 occurences of what smells like a copy/paste bug ;-)<br><br>Cheers,<br><br>Olivier.<br><br><div class="gmail_quote">On Dec 4, 2007 5:42 AM, Simon Marlow &lt;<a href="mailto:simonmarhaskell@gmail.com">simonmarhaskell@gmail.com
</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">Olivier Boudry wrote:<br>&gt; On Dec 3, 2007 10:07 AM, Simon Peyton-Jones &lt;
<a href="mailto:simonpj@microsoft.com">simonpj@microsoft.com</a><br></div><div><div></div><div class="Wj3C7c">&gt; &lt;mailto:<a href="mailto:simonpj@microsoft.com">simonpj@microsoft.com</a>&gt;&gt; wrote:<br>&gt;<br>&gt; &nbsp; &nbsp; It&#39;s not part of the Haskell documentation! &nbsp;The FFI page
<br>&gt;<br>&gt; &nbsp; &nbsp; <a href="http://haskell.org/haskellwiki/GHC/Using_the_FFI" target="_blank">http://haskell.org/haskellwiki/GHC/Using_the_FFI</a><br>&gt;<br>&gt; &nbsp; &nbsp; is part of the &quot;contributed documentation&quot;, linked from here:
<br>&gt;<br>&gt; &nbsp; &nbsp; <a href="http://haskell.org/haskellwiki/GHC" target="_blank">http://haskell.org/haskellwiki/GHC</a><br>&gt;<br>&gt;<br>&gt;<br>&gt; &nbsp; &nbsp; So it absolutely is a Wiki, and should be editable by you (assuming
<br>&gt; &nbsp; &nbsp; you log into the wiki).<br>&gt;<br>&gt;<br>&gt;<br>&gt; &nbsp; &nbsp; If not, let&#39;s see why not. &nbsp;It&#39;d be better to put your new material<br>&gt; &nbsp; &nbsp; in with the other FFI stuff; it&#39;ll be easier to find that way.
<br>&gt;<br>&gt;<br>&gt;<br>&gt; &nbsp; &nbsp; THanks<br>&gt;<br>&gt;<br>&gt;<br>&gt; &nbsp; &nbsp; SImon<br>&gt;<br>&gt;<br>&gt; Simon,<br>&gt;<br>&gt; I was talking about this page:<br>&gt; <a href="http://www.haskell.org/ghc/dist/current/docs/users_guide/win32-dlls.html" target="_blank">
http://www.haskell.org/ghc/dist/current/docs/users_guide/win32-dlls.html</a><br>&gt; which is more Win32/Excel specific and is part of the GHC documentation.<br>&gt;<br>&gt; But I agree it&#39;s easier to keep everything in one place so I will move
<br>&gt; my stuff to the link you mentioned.<br><br></div></div>Yes, I moved some of the wiki documentation into the user&#39;s guide before<br>6.8.1, but didn&#39;t delete the wiki at the time because 6.8.1 wasn&#39;t released
<br>yet. &nbsp;Now we have duplication, and I guess I (or someone at least) should<br>sort it out...<br><br>Cheers,<br><font color="#888888"> &nbsp; &nbsp; &nbsp; &nbsp;Simon<br></font></blockquote></div><br>