From 82b0b9753ba716b267e838997bf8d532dc715a86 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 7 Aug 2001 09:57:52 +0000 Subject: [PATCH] [project @ 2001-08-07 09:57:52 by simonmar] mark up wibbles (don't people try to format the documentation before checking in changes?) --- ghc/docs/users_guide/packages.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/docs/users_guide/packages.sgml b/ghc/docs/users_guide/packages.sgml index 5e2ce43..db33b77 100644 --- a/ghc/docs/users_guide/packages.sgml +++ b/ghc/docs/users_guide/packages.sgml @@ -79,9 +79,9 @@ single DLL on Windows is that the package system is used to tell the compiler when it should make an inter-DLL call rather than an intra-DLL call (inter-DLL calls require an - extra indirection). Building packages as DLLs + extra indirection). Building packages as DLLs doesn't work at the moment; see for the gory details. + LinkEnd="win32-dlls-create"> for the gory details. Versions of the Haskell libraries for use with GHCi -- 1.7.10.4