From aa5c1268b733c19f743528f55430d3cdf312bbb4 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 7 Aug 2001 09:59:18 +0000 Subject: [PATCH] [project @ 2001-08-07 09:59:18 by simonmar] markup wibbles --- ghc/docs/users_guide/win32-dlls.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 1.7.10.4