X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fwin32-dlls.xml;h=7b0e726b529c8a77ee7cb1f15b40b6e6e26e6d95;hb=059f2d7be7cc02d093ce51f0bbd68f5e5ebe527d;hp=703bb1877dd636a7ef49e8d03a351b06e314068f;hpb=5a99cd502b29503578bc6a227bf80f2db9742e79;p=ghc-hetmet.git diff --git a/docs/users_guide/win32-dlls.xml b/docs/users_guide/win32-dlls.xml index 703bb18..7b0e726 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. @@ -210,7 +210,8 @@ 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. Note that +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. @@ -630,7 +631,6 @@ the include files like HsFFI.h etc).