diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2016-05-06 15:09:05 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2016-05-06 15:09:05 +0200 |
commit | b0d2a291c1e68c167120e01bbdd19901d631c953 (patch) | |
tree | ef406e12dc414180bd49af1197a811ae8569c38c | |
parent | 8d8a91f831af8f12fc8ef7dff46271bca8209916 (diff) |
Remove outdated comment
-rw-r--r-- | CabalHelper/Compile.hs | 3 |
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 |