Skip to content
GitLab
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
c5528f2f
Commit
c5528f2f
authored
Oct 07, 2007
by
bjorn@bringert.net
Browse files
Removed some fixed FIXMEs.
parent
38189542
Changes
2
Hide whitespace changes
Inline
Side-by-side
cabal-install/src/Network/Hackage/CabalInstall/BuildDep.hs
View file @
c5528f2f
...
...
@@ -34,8 +34,6 @@ buildDep cfg globalArgs deps
-- | Takes the path to a .cabal file, and installs the build-dependencies listed there.
-- FIXME: what if the package uses hooks which modify the build-dependencies?
-- FIXME: packageDescription will give us empty build-depends. We have to
-- finalise the configuration at this point to find the actual build deps.
buildDepLocalPkg
::
ConfigFlags
->
FilePath
->
IO
()
buildDepLocalPkg
cfg
pkgDescPath
=
do
pkgDesc
<-
readPackageDescription
(
configVerbose
cfg
)
pkgDescPath
...
...
cabal-install/src/Network/Hackage/CabalInstall/Config.hs
View file @
c5528f2f
...
...
@@ -201,7 +201,6 @@ loadConfig configFile =
hPutStrLn
stderr
$
"Using default configuration."
return
defaultConf
-- FIXME: finish this
writeDefaultConfigFile
::
FilePath
->
ConfigFlags
->
IO
()
writeDefaultConfigFile
file
cfg
=
do
createDirectoryIfMissing
True
(
takeDirectory
file
)
...
...
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