haddock fixes
authorIan Lynagh <igloo@earth.li>
Sun, 3 Aug 2008 18:03:30 +0000 (18:03 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 3 Aug 2008 18:03:30 +0000 (18:03 +0000)
compiler/basicTypes/Module.lhs
compiler/main/PackageConfig.hs

index 863fbdf..6b52b32 100644 (file)
@@ -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
index 9cd6e23..4db59ad 100644 (file)
@@ -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 @<pkg>-<version>@.