Remove some unneeded output

This commit is contained in:
Michael Snoyman 2013-06-10 13:37:24 +03:00
parent 865d1e3479
commit 864cfb1e1c

View File

@ -43,7 +43,6 @@ getInstallInfo settings = do
| requireHaskellPlatform settings = Map.union (stablePackages settings) $ identsToRanges (hplibs hp)
| otherwise = stablePackages settings
allPackages = dropExcluded settings allPackages'
mapM_ print $ Map.keys allPackages
let totalCore = extraCore settings `Set.union` Set.map (\(PackageIdentifier p _) -> p) core
putStrLn "Loading package database"