diff --git a/simple-log.cabal b/simple-log.cabal
--- a/simple-log.cabal
+++ b/simple-log.cabal
@@ -1,5 +1,5 @@
 Name:                 simple-log
-Version:              0.9.0
+Version:              0.9.1
 Synopsis:             Simple log for Haskell
 Description:          Log library for Haskell
 License:              BSD3
diff --git a/src/System/Log/Simple/Stream.hs b/src/System/Log/Simple/Stream.hs
--- a/src/System/Log/Simple/Stream.hs
+++ b/src/System/Log/Simple/Stream.hs
@@ -22,7 +22,7 @@
 coloredStream ∷ Handle → Consumer Formatted
 coloredStream h = do
 	liftIO $ hSetEncoding h utf8
-	return $ \f → hColored h f >> hFlush h
+	return $ \f → hColoredLine h f >> hFlush h
 
 coloredConsole ∷ Consumer Formatted
 coloredConsole = coloredStream stderr
