Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
c79f08fa
Commit
c79f08fa
authored
Aug 03, 2008
by
Ian Lynagh
Browse files
haddock fixes
parent
9ddc4a05
Changes
2
Hide whitespace changes
Inline
Side-by-side
compiler/basicTypes/Module.lhs
View file @
c79f08fa
...
...
@@ -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
...
...
compiler/main/PackageConfig.hs
View file @
c79f08fa
...
...
@@ -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>@.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment