diff --git a/Data/List/NonEmptyZipper.hs b/Data/List/NonEmptyZipper.hs
--- a/Data/List/NonEmptyZipper.hs
+++ b/Data/List/NonEmptyZipper.hs
@@ -30,7 +30,6 @@
 -- useful, since we are now guarenteed that the current element is an element in
 -- the list.
 data NonEmptyZipper a = NonEmptyZipper
-    -- ^ There is only one constructor.
     { _before  :: ![a]
     -- ^ A list of elements preceeding the current element.
     , _current :: !a
diff --git a/non-empty-zipper.cabal b/non-empty-zipper.cabal
--- a/non-empty-zipper.cabal
+++ b/non-empty-zipper.cabal
@@ -1,5 +1,5 @@
 name:                non-empty-zipper
-version:             0.1.0.4
+version:             0.1.0.5
 synopsis:            The Zipper for NonEmpty
 description:         The Zipper for NonEmpty. Useful for things like tabs,
                      button groups, and slideshows. Basically any case in which
