aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Compile.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2016-05-06 15:09:05 +0200
committerDaniel Gröber <dxld@darkboxed.org>2016-05-06 15:09:05 +0200
commitb0d2a291c1e68c167120e01bbdd19901d631c953 (patch)
treeef406e12dc414180bd49af1197a811ae8569c38c /CabalHelper/Compile.hs
parent8d8a91f831af8f12fc8ef7dff46271bca8209916 (diff)
Remove outdated comment
Diffstat (limited to 'CabalHelper/Compile.hs')
-rw-r--r--CabalHelper/Compile.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/CabalHelper/Compile.hs b/CabalHelper/Compile.hs
index 2d9628c..a9400b4 100644
--- a/CabalHelper/Compile.hs
+++ b/CabalHelper/Compile.hs
@@ -86,9 +86,6 @@ compileHelper opts cabalVer projdir distdir = withHelperSources $ \chdir -> do
-- | Check if this version is globally available
compileGlobal :: FilePath -> MaybeT IO (Either ExitCode FilePath)
compileGlobal chdir = do
- -- TODO: add option to let user specify custom package-db, relevant when
- -- using a Cabal compiled from git!
-
ver <- MaybeT $ find (== cabalVer) <$> listCabalVersions opts
vLog opts $ logMsg ++ "user/global package-db"
liftIO $ compileWithPkg chdir Nothing ver