mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Remove some unneeded output
This commit is contained in:
parent
865d1e3479
commit
864cfb1e1c
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user