REF add comment
This commit is contained in:
parent
91ff25a8d2
commit
0e1b117639
|
@ -217,6 +217,7 @@ withXmobar = bracket startXmobar cleanup
|
||||||
printDeps :: FIO ()
|
printDeps :: FIO ()
|
||||||
printDeps = withDBus_ $ \db -> do
|
printDeps = withDBus_ $ \db -> do
|
||||||
(i, f, d) <- allFeatures db
|
(i, f, d) <- allFeatures db
|
||||||
|
-- TODO might be better to use glog for this?
|
||||||
mapM_ logInfo $
|
mapM_ logInfo $
|
||||||
fmap showFulfillment $
|
fmap showFulfillment $
|
||||||
sort $
|
sort $
|
||||||
|
|
Loading…
Reference in New Issue