diff --git a/io-streams.cabal b/io-streams.cabal
--- a/io-streams.cabal
+++ b/io-streams.cabal
@@ -1,5 +1,5 @@
 Name:                io-streams
-Version:             1.1.0.0
+Version:             1.1.0.1
 License:             BSD3
 License-file:        LICENSE
 Category:            Data, Network, IO-Streams
@@ -79,6 +79,8 @@
     * support for spawning processes and communicating with them using streams.
   .
   /ChangeLog/
+  .
+    [@1.1.0.1@] A couple of Haddock markup fixes.
   .
     [@1.1.0.0@] Reworked, simplified, and streamlined the internals of the
                 library. Exports from "System.IO.Streams.Internal" relying on
diff --git a/src/System/IO/Streams/List.hs b/src/System/IO/Streams/List.hs
--- a/src/System/IO/Streams/List.hs
+++ b/src/System/IO/Streams/List.hs
@@ -104,7 +104,7 @@
 -- @
 -- ghci> import "Control.Applicative"
 -- ghci> ('connect' <$> 'fromList' [\"a\", \"b\", \"c\"]) >>= 'outputToList'
--- ["a","b","c"]
+-- [\"a\",\"b\",\"c\"]
 -- @
 outputToList :: (OutputStream a -> IO b) -> IO [a]
 outputToList f = do
