Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
c5528f2f
Commit
c5528f2f
authored
17 years ago
by
bjorn@bringert.net
Browse files
Options
Downloads
Patches
Plain Diff
Removed some fixed FIXMEs.
parent
38189542
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cabal-install/src/Network/Hackage/CabalInstall/BuildDep.hs
+0
-2
0 additions, 2 deletions
cabal-install/src/Network/Hackage/CabalInstall/BuildDep.hs
cabal-install/src/Network/Hackage/CabalInstall/Config.hs
+0
-1
0 additions, 1 deletion
cabal-install/src/Network/Hackage/CabalInstall/Config.hs
with
0 additions
and
3 deletions
cabal-install/src/Network/Hackage/CabalInstall/BuildDep.hs
+
0
−
2
View file @
c5528f2f
...
@@ -34,8 +34,6 @@ buildDep cfg globalArgs deps
...
@@ -34,8 +34,6 @@ buildDep cfg globalArgs deps
-- | Takes the path to a .cabal file, and installs the build-dependencies listed there.
-- | 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: 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
::
ConfigFlags
->
FilePath
->
IO
()
buildDepLocalPkg
cfg
pkgDescPath
=
buildDepLocalPkg
cfg
pkgDescPath
=
do
pkgDesc
<-
readPackageDescription
(
configVerbose
cfg
)
pkgDescPath
do
pkgDesc
<-
readPackageDescription
(
configVerbose
cfg
)
pkgDescPath
...
...
This diff is collapsed.
Click to expand it.
cabal-install/src/Network/Hackage/CabalInstall/Config.hs
+
0
−
1
View file @
c5528f2f
...
@@ -201,7 +201,6 @@ loadConfig configFile =
...
@@ -201,7 +201,6 @@ loadConfig configFile =
hPutStrLn
stderr
$
"Using default configuration."
hPutStrLn
stderr
$
"Using default configuration."
return
defaultConf
return
defaultConf
-- FIXME: finish this
writeDefaultConfigFile
::
FilePath
->
ConfigFlags
->
IO
()
writeDefaultConfigFile
::
FilePath
->
ConfigFlags
->
IO
()
writeDefaultConfigFile
file
cfg
=
writeDefaultConfigFile
file
cfg
=
do
createDirectoryIfMissing
True
(
takeDirectory
file
)
do
createDirectoryIfMissing
True
(
takeDirectory
file
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment