diff --git a/library/ListT/Attoparsec.hs b/library/ListT/Attoparsec.hs
--- a/library/ListT/Attoparsec.hs
+++ b/library/ListT/Attoparsec.hs
@@ -40,7 +40,6 @@
 -- |
 -- Consume only as much input as needed to run the provided parser once.
 -- Results in either a failure or the parsed result and the leftover stream.
--- The failure value of 'Nothing' implies the end of input.
 consumeOne :: Monad m => P.Parser a -> ListT m Text -> m (Either Error (a, ListT m Text))
 consumeOne =
   \p -> loop (P.parse p)
diff --git a/list-t-attoparsec.cabal b/list-t-attoparsec.cabal
--- a/list-t-attoparsec.cabal
+++ b/list-t-attoparsec.cabal
@@ -1,7 +1,7 @@
 name:
   list-t-attoparsec
 version:
-  0.3.1.0
+  0.3.1.1
 synopsis:
   An "attoparsec" adapter for "list-t"
 category:
