X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fwin32-dlls.xml;h=44f589adf2a032a39687c7fef4265b8dd38e2904;hb=b2524b3960999fffdb3767900f58825903f6560f;hp=8cd73ec5a986cd26dbec8108e6d6c90e5c9e555e;hpb=035890658d56bc5233f73b311a1bd08c41752d33;p=ghc-hetmet.git diff --git a/docs/users_guide/win32-dlls.xml b/docs/users_guide/win32-dlls.xml index 8cd73ec..44f589a 100644 --- a/docs/users_guide/win32-dlls.xml +++ b/docs/users_guide/win32-dlls.xml @@ -71,7 +71,7 @@ Notice how the "%1" argument is quoted (or not). This problem doesn't just affect GHCi, it affects any GHC-compiled program that wants to catch console events. See the GHC.ConsoleHandler + url="&libraryBaseLocation;/GHC-ConsoleHandler.html">GHC.ConsoleHandler module. @@ -209,15 +209,6 @@ make-sessions running under cygwin. -Making Haskell libraries into DLLs doesn't work on Windows at the -moment; we hope to re-instate this facility in the future -(see ). Note that -building an entire Haskell application as a single DLL is still supported: it's - just multi-DLL Haskell programs that don't work. The Windows - distribution of GHC contains static libraries only. - -