Skip to content

Commit

Permalink
drop outdated comment.
Browse files Browse the repository at this point in the history
Now we to the same amount of work for
both "broken" (according to 'ghc-pkg check --simple output')
and "unbroken" systems.

Signed-off-by: Sergei Trofimovich <siarheit@google.com>
  • Loading branch information
trofi committed Feb 14, 2015
1 parent e156dab commit 22a00ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Distribution/Gentoo/GHC.hs
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,6 @@ brokenConfs :: Verbosity -> IO ([CabalPV], [FilePath])
brokenConfs v =
do vsay v "brokenConfs: getting broken output from 'ghc-pkg'"
ghc_pkg_brokens <- getBroken
-- Check if we actually have to go look up files and
-- do IO.
vsay v $ unwords ["brokenConfs: resolving package names to gentoo equivalents."
, show (length ghc_pkg_brokens)
, "are broken:"
Expand Down

0 comments on commit 22a00ec

Please sign in to comment.