diff --git a/Text/PrettyPrint/Free/Internal.hs b/Text/PrettyPrint/Free/Internal.hs
--- a/Text/PrettyPrint/Free/Internal.hs
+++ b/Text/PrettyPrint/Free/Internal.hs
@@ -246,7 +246,7 @@
 -- inserts a @line@ and continues doing that for all documents in
 -- @xs@.
 --
--- > fillSep xs  = foldr (\<\/\>) empty xs
+-- > fillSep xs  = foldr (</>) empty xs
 fillSep :: Foldable f => f (Doc e) -> Doc e
 fillSep = fold (</>)
 
@@ -300,7 +300,7 @@
 -- horizontally with @(\<\>)@ as long as its fits the page, than inserts
 -- a @linebreak@ and continues doing that for all documents in @xs@.
 --
--- > fillCat xs  = foldr (\<\/\/\>) empty xs
+-- > fillCat xs  = foldr (<//>) empty xs
 fillCat :: Foldable f => f (Doc e) -> Doc e
 fillCat = fold (<//>)
 
diff --git a/wl-pprint-extras.cabal b/wl-pprint-extras.cabal
--- a/wl-pprint-extras.cabal
+++ b/wl-pprint-extras.cabal
@@ -1,6 +1,6 @@
 name:          wl-pprint-extras
 category:      Control, Monads, Text
-version:       3.0
+version:       3.0.0.1
 cabal-version: >= 1.6
 license:       BSD3
 license-file:  LICENSE
@@ -9,7 +9,7 @@
 stability:     experimental
 homepage:      http://github.com/ekmett/wl-pprint-extras/
 bug-reports:   http://github.com/ekmett/wl-pprint-extras/issues
-copyright:     Copyright (C) 2011 Edward A. Kmett,
+copyright:     Copyright (C) 2011-2012 Edward A. Kmett,
                Copyright (C) 2000 Daan Leijen
 synopsis:      A free monad based on the Wadler/Leijen pretty printer
 description:   A free monad based on the Wadler/Leijen pretty printer
