1
1
mirror of https://github.com/nmattia/niv.git synced 2024-11-29 09:42:35 +03:00

Fix niv show log

This commit is contained in:
Nicolas Mattia 2019-09-23 13:19:11 +02:00
parent efce82e4ba
commit 7ba93e771f

View File

@ -299,7 +299,7 @@ cmdShow = \case
sources <- unSources <$> getSources
forWithKeyM_ sources $ \key (PackageSpec spec) -> do
tsay $ "Updating " <> tbold (unPackageName key)
tsay $ "Showing " <> tbold (unPackageName key)
forM_ (HMS.toList spec) $ \(attrName, attrValValue) -> do
let attrValue = case attrValValue of
Aeson.String str -> str