summaryrefslogtreecommitdiff
path: root/utils/hpc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hpc')
-rw-r--r--utils/hpc/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hpc/Main.hs b/utils/hpc/Main.hs
index da859d0345..419a519a59 100644
--- a/utils/hpc/Main.hs
+++ b/utils/hpc/Main.hs
@@ -56,7 +56,7 @@ dispatch (txt:args0) = do
case getOpt Permute (options plugin []) args of
(_,_,errs) | not (null errs)
-> do putStrLn "hpc failed:"
- sequence [ putStr (" " ++ err)
+ sequence_ [ putStr (" " ++ err)
| err <- errs
]
putStrLn $ "\n"