diff --git a/Data/BinaryList/Serialize.hs b/Data/BinaryList/Serialize.hs
--- a/Data/BinaryList/Serialize.hs
+++ b/Data/BinaryList/Serialize.hs
@@ -90,7 +90,7 @@
 
 -- | The result of decoding a binary list, which produces a list of binary
 --   lists of increasing size, ending in either a decoding error or a final
---   binary list. When this is the result of 'decodeBinListIncremental', it
+--   binary list. When this is the result of 'decodeBinList', it
 --   contains sublists of order 1, 2, 4, 8, ... up to the order of the total
 --   list (unless an error has been encountered first). This sublists are
 --   either a section starting at the left, or a section starting at the right,
diff --git a/binary-list.cabal b/binary-list.cabal
--- a/binary-list.cabal
+++ b/binary-list.cabal
@@ -1,5 +1,5 @@
 name:                binary-list
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            Lists of size length a power of two.
 description:         Some algorithmic problems work only when the input list
                      has length a power of two. This library provides with a
