aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 995e1aac..c6a5d2c7 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -89,7 +89,7 @@ handleNormalExceptions inner =
exitFailure)
, Handler (\(ex :: SomeException) -> do
- putStrLn ("haddock: internal Haddock or GHC error: " ++ show ex)
+ putStrLn ("haddock: internal error: " ++ show ex)
exitFailure)
]