Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
fcfc7437
Commit
fcfc7437
authored
Apr 08, 2005
by
simonmar
Browse files
[project @ 2005-04-08 13:33:24 by simonmar]
Haddock comment on initPackages
parent
09ea5a5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/Packages.lhs
View file @
fcfc7437
...
...
@@ -183,6 +183,10 @@ getPackageDetails dflags ps = expectJust "getPackageDetails" (lookupPackage (pkg
-- ----------------------------------------------------------------------------
-- Loading the package config files and building up the package state
-- | Call this after parsing the DynFlags. It reads the package
-- configuration files, and sets up various internal tables of package
-- information, according to the package-related flags on the
-- command-line (@-package@, @-hide-package@ etc.)
initPackages :: DynFlags -> IO DynFlags
initPackages dflags = do
pkg_map <- readPackageConfigs dflags;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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