Simon,<br><br>While we'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's written "--shared"<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 <<a href="mailto:simonmarhaskell@gmail.com">simonmarhaskell@gmail.com
</a>> 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>> On Dec 3, 2007 10:07 AM, Simon Peyton-Jones <
<a href="mailto:simonpj@microsoft.com">simonpj@microsoft.com</a><br></div><div><div></div><div class="Wj3C7c">> <mailto:<a href="mailto:simonpj@microsoft.com">simonpj@microsoft.com</a>>> wrote:<br>><br>> It's not part of the Haskell documentation! The FFI page
<br>><br>> <a href="http://haskell.org/haskellwiki/GHC/Using_the_FFI" target="_blank">http://haskell.org/haskellwiki/GHC/Using_the_FFI</a><br>><br>> is part of the "contributed documentation", linked from here:
<br>><br>> <a href="http://haskell.org/haskellwiki/GHC" target="_blank">http://haskell.org/haskellwiki/GHC</a><br>><br>><br>><br>> So it absolutely is a Wiki, and should be editable by you (assuming
<br>> you log into the wiki).<br>><br>><br>><br>> If not, let's see why not. It'd be better to put your new material<br>> in with the other FFI stuff; it'll be easier to find that way.
<br>><br>><br>><br>> THanks<br>><br>><br>><br>> SImon<br>><br>><br>> Simon,<br>><br>> I was talking about this page:<br>> <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>> which is more Win32/Excel specific and is part of the GHC documentation.<br>><br>> But I agree it's easier to keep everything in one place so I will move
<br>> my stuff to the link you mentioned.<br><br></div></div>Yes, I moved some of the wiki documentation into the user's guide before<br>6.8.1, but didn't delete the wiki at the time because 6.8.1 wasn't released
<br>yet. Now we have duplication, and I guess I (or someone at least) should<br>sort it out...<br><br>Cheers,<br><font color="#888888"> Simon<br></font></blockquote></div><br>