aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--haddock-library/fixtures/Fixtures.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-library/fixtures/Fixtures.hs b/haddock-library/fixtures/Fixtures.hs
index f75ff664..54fca012 100644
--- a/haddock-library/fixtures/Fixtures.hs
+++ b/haddock-library/fixtures/Fixtures.hs
@@ -65,7 +65,7 @@ goldenFixture name expect actual cmp wrt = do
case mres of
Nothing -> return (Result 1 1)
Just str -> do
- putStr str
+ putStrLn str
return (Result 0 1)
where
handler :: Expr -> IOException -> IO Expr