From: simonmar Date: Tue, 7 Aug 2001 09:59:18 +0000 (+0000) Subject: [project @ 2001-08-07 09:59:18 by simonmar] X-Git-Tag: Approximately_9120_patches~1344 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=aa5c1268b733c19f743528f55430d3cdf312bbb4;p=ghc-hetmet.git [project @ 2001-08-07 09:59:18 by simonmar] markup wibbles --- diff --git a/ghc/docs/users_guide/win32-dlls.sgml b/ghc/docs/users_guide/win32-dlls.sgml index a7b107b..fd096e5 100644 --- a/ghc/docs/users_guide/win32-dlls.sgml +++ b/ghc/docs/users_guide/win32-dlls.sgml @@ -80,11 +80,11 @@ option on all the Haskell modules that make up your application. -Making libraries into DLLs doesn't work on Windows at the +Making libraries into DLLs doesn't work on Windows at the moment (and is no longer supported); however, all the machinery is still there. If you're interested, contact the GHC team. Note that building an entire Haskell application as a DLL is still supported -(it's just inter-DLL Haskell calls that don't work). +(it's just inter-DLL Haskell calls that don't work). Creating a Win32 DLL --mk-dll Sealing up your Haskell library inside a DLL is straightforward;