diff --git a/Data/List/ZipNonEmpty.hs b/Data/List/ZipNonEmpty.hs
--- a/Data/List/ZipNonEmpty.hs
+++ b/Data/List/ZipNonEmpty.hs
@@ -1,3 +1,5 @@
+{-# LANGUAGE DeriveDataTypeable #-}
+
 -- | A wrapper of @NonEmpty@ that has a zip-like @Applicative@ instance.
 module Data.List.ZipNonEmpty(
                               ZipNonEmpty,
diff --git a/NonEmptyList.cabal b/NonEmptyList.cabal
--- a/NonEmptyList.cabal
+++ b/NonEmptyList.cabal
@@ -1,5 +1,5 @@
 Name:                NonEmptyList
-Version:             0.0.6
+Version:             0.0.7
 License:             BSD3
 License-File:        LICENSE
 Synopsis:            A list with a length of at least one.
