From c79f08fa35772ea6294bacecbe2bd14ee50c6a94 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 3 Aug 2008 18:03:30 +0000 Subject: [PATCH] haddock fixes --- compiler/basicTypes/Module.lhs | 2 +- compiler/main/PackageConfig.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/basicTypes/Module.lhs b/compiler/basicTypes/Module.lhs index 863fbdf..6b52b32 100644 --- a/compiler/basicTypes/Module.lhs +++ b/compiler/basicTypes/Module.lhs @@ -303,7 +303,7 @@ packageIdString = unpackFS . packageIdFS -- normal in the packages database, and you can still have multiple -- versions of them installed. However, for each invocation of GHC, -- only a single instance of each wired-in package will be recognised --- (the desired one is selected via @-package@/@-hide-package@), and GHC +-- (the desired one is selected via @-package@\/@-hide-package@), and GHC -- will use the unversioned 'PackageId' below when referring to it, -- including in .hi files and object file symbols. Unselected -- versions of wired-in packages will be ignored, as will any other diff --git a/compiler/main/PackageConfig.hs b/compiler/main/PackageConfig.hs index 9cd6e23..4db59ad 100644 --- a/compiler/main/PackageConfig.hs +++ b/compiler/main/PackageConfig.hs @@ -50,7 +50,7 @@ defaultPackageConfig = emptyInstalledPackageInfo -- package sub-system. -- -- This means that in theory you could have multiple base packages installed --- (for example), and switch between them using @-package@/@-hide-package@. +-- (for example), and switch between them using @-package@\/@-hide-package@. -- -- A 'PackageId' is a string of the form @-@. -- 1.7.10.4