X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fwin32-dlls.xml;h=44f589adf2a032a39687c7fef4265b8dd38e2904;hb=58339b06aff704834e8553faaa2db00d746b26f3;hp=f52f189c693dd22d8b7538714ddba5c281267d58;hpb=ded67816a2baf995081d1772aa7d83c7e51a284b;p=ghc-hetmet.git diff --git a/docs/users_guide/win32-dlls.xml b/docs/users_guide/win32-dlls.xml index f52f189..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,14 +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. 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. - -