summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/count-deps/Main.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/count-deps/Main.hs b/utils/count-deps/Main.hs
index 9dcc75619d..d431f00dda 100644
--- a/utils/count-deps/Main.hs
+++ b/utils/count-deps/Main.hs
@@ -40,8 +40,7 @@ printDeps libdir modName dot = do
if not dot then
do
let modules = Map.keys modGraph
- num = length modules
- putStrLn $ "Found " ++ show num ++ " " ++ modName ++ " module dependencies"
+ putStrLn $ "Found " ++ modName ++ " module dependencies"
forM_ modules putStrLn
else
-- * Copy the digraph output to a file ('deps.dot' say)