diff options
Diffstat (limited to 'compiler/main/PackageConfig.hs')
-rw-r--r-- | compiler/main/PackageConfig.hs | 2 |
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>@. |