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
Packages
Cabal
Commits
67ac4c88
Commit
67ac4c88
authored
Nov 23, 2008
by
Duncan Coutts
Browse files
Fix comment in LHC module
Yes, LHC really does use ghc-pkg (with a different package.conf)
parent
e288d8c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Distribution/Simple/LHC.hs
View file @
67ac4c88
...
...
@@ -130,7 +130,7 @@ getInstalledPackages verbosity packagedb conf = do
,
"--package-conf="
++
case
packagedb
of
SpecificPackageDB
path
->
path
_
->
userDir
</>
"package.conf"
]
--
FIXME: surely this is wrong. Do
es LHC really use ghc-pkg
?
--
Y
es
,
LHC really
does
use ghc-pkg
(with a different package.conf).
GHC
.
getInstalledPackages
verbosity
GlobalPackageDB
$
userSpecifyArgs
"ghc-pkg"
extraArgs
conf
-- -----------------------------------------------------------------------------
...
...
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