diff --git a/src/Swish/RDF/TurtleFormatter.hs b/src/Swish/RDF/TurtleFormatter.hs
--- a/src/Swish/RDF/TurtleFormatter.hs
+++ b/src/Swish/RDF/TurtleFormatter.hs
@@ -12,14 +12,11 @@
 --  Stability   :  experimental
 --  Portability :  OverloadedStrings
 --
---  This Module implements a Turtle formatter (see [1])
---  for an RDFGraph value.
---
--- REFERENCES:
---
--- 1 <http://www.w3.org/TR/turtle/>
---     Turtle, Terse RDF Triple Language
---     W3C Working Draft 09 August 2011 (<http://www.w3.org/TR/2011/WD-turtle-20110809/>)
+--  This Module implements a Turtle formatter 
+--  for an RDFGraph value. See
+--  <http://www.w3.org/TR/turtle/>
+--  \"Turtle, Terse RDF Triple Language\",
+--  W3C Working Draft 09 August 2011 (<http://www.w3.org/TR/2011/WD-turtle-20110809/>)
 --
 --------------------------------------------------------------------------------
 
@@ -40,7 +37,7 @@
     , formatGraphIndent  
     , formatGraphDiag
       
-      -- ^ Auxillary routines
+      -- * Auxillary routines
     , quoteText
     )
 where
@@ -732,8 +729,8 @@
 
 {-|
 Convert text into a format for display in Turtle. The idea
-is to use a single @"@ unless @"""@ is needed, and to
-handle adding necessary @\@ characters, or conversion
+is to use one double quote unless three are needed, and to
+handle adding necessary @\\@ characters, or conversion
 for Unicode characters.
 -}
 quoteText :: T.Text -> B.Builder
diff --git a/swish.cabal b/swish.cabal
--- a/swish.cabal
+++ b/swish.cabal
@@ -1,5 +1,5 @@
 Name:               swish
-Version:            0.6.5.0
+Version:            0.6.5.1
 Stability:          experimental
 License:            LGPL
 License-file:       LICENSE 
@@ -45,6 +45,8 @@
   * Complete, ready-to-run, command-line and script-driven programs.
   .
   Changes:
+  .
+  [Version 0.6.5.1] Haddock fixes for @0.6.5.0@.
   .
   [Version 0.6.5.0] Export "Swish.RDF.TurtleFormatter.parseText".
   Updated @filepath@ dependency and removed unused @array@ one.
