summaryrefslogtreecommitdiff
path: root/compiler/main/PackageConfig.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-03 18:03:30 +0000
committerIan Lynagh <igloo@earth.li>2008-08-03 18:03:30 +0000
commitc79f08fa35772ea6294bacecbe2bd14ee50c6a94 (patch)
treef4013dd7994d3a4c538d0e690f6492c5a5bec859 /compiler/main/PackageConfig.hs
parent9ddc4a057fafd5b5ad95fbc276fd8828a23696dd (diff)
downloadhaskell-c79f08fa35772ea6294bacecbe2bd14ee50c6a94.tar.gz
haddock fixes
Diffstat (limited to 'compiler/main/PackageConfig.hs')
-rw-r--r--compiler/main/PackageConfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/PackageConfig.hs b/compiler/main/PackageConfig.hs
index 9cd6e23ecb..4db59addfe 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 @<pkg>-<version>@.