diff --git a/CONTRIBUTORS b/CONTRIBUTORS
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -3,4 +3,5 @@
 
 John Dorsey -- initial version
 Luke Palmer -- corrected instance Traversable
+Neil Mitchell -- pointed out that .cabal file is backward compatible
 
diff --git a/OneTuple.cabal b/OneTuple.cabal
--- a/OneTuple.cabal
+++ b/OneTuple.cabal
@@ -1,5 +1,5 @@
 Name:            OneTuple
-Version:         0.2.0
+Version:         0.2.1
 Synopsis:        Singleton Tuple
 Description:     Singleton Tuple
 Copyright:       (c) John Dorsey 2008
@@ -7,7 +7,6 @@
 License-file:    LICENSE
 Author:          John Dorsey <haskell@colquitt.org>
 Maintainer:      John Dorsey <haskell@colquitt.org>
-Cabal-version:   > 1.4
 Stability:       experimental
 Build-type:      Simple
 Build-depends:   base
