diff --git a/hasql-th.cabal b/hasql-th.cabal
--- a/hasql-th.cabal
+++ b/hasql-th.cabal
@@ -1,5 +1,5 @@
 name: hasql-th
-version: 0.4.0.4
+version: 0.4.0.5
 category: Hasql, Database, PostgreSQL, Template Haskell
 synopsis: Template Haskell utilities for Hasql
 description:
@@ -58,7 +58,7 @@
     headed-megaparsec >=0.1 && <0.2,
     megaparsec >=7 && <9,
     parser-combinators >=1.1 && <1.3,
-    selective >=0.3 && <0.4,
+    selective >=0.4 && <0.5,
     template-haskell >=2.8 && <3,
     template-haskell-compat-v0208 >=0.1.2 && <2,
     text >=1 && <2,
diff --git a/library/Hasql/TH/Syntax/Parsing.hs b/library/Hasql/TH/Syntax/Parsing.hs
--- a/library/Hasql/TH/Syntax/Parsing.hs
+++ b/library/Hasql/TH/Syntax/Parsing.hs
@@ -611,10 +611,6 @@
 fromClause = string' "from" *> endHead *> space1 *> fromList
 
 {-|
->>> testParser tableRef "a left join b "
-...
-expecting "on", "using", or white space
-
 >>> testParser tableRef "a left join b on (a.i = b.i)"
 JoinTableRef (MethJoinedTable (QualJoinMeth...
 
