diff --git a/hasql-pipes.cabal b/hasql-pipes.cabal
--- a/hasql-pipes.cabal
+++ b/hasql-pipes.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 2fc484dece0baf332928773545e2531ae503253a571ed39a54fea894455adb7d
+-- hash: 3d5fb369434dac6d81bb5783606aba0bfc9dcaae94854bf698d0bf20bbbea801
 
 name:           hasql-pipes
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       A pipe to stream a postgres database cursor in the hasql ecosystem
 description:    Please see the README on GitLab at <https://gitlab.com/paolo.veronelli/hasql-pipes>
 category:       Database, Streaming
diff --git a/src/Hasql/Pipes.hs b/src/Hasql/Pipes.hs
--- a/src/Hasql/Pipes.hs
+++ b/src/Hasql/Pipes.hs
@@ -10,6 +10,8 @@
 -- 
 -- Here is how usage looks like from a production excerpt for a table of samples
 --
+-- @
+--
 -- mkDB :: ByteString
 -- mkDB =
 --   [qmb|
@@ -19,7 +21,7 @@
 --       value      double precision not null,
 --     );
 --  |]
--- @
+--
 -- streamSamples
 --   :: RunSession
 --   -> Int64 -- ^ first sample time
