diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
 Changes
 =======
 
+Version 2.2.2.1
+-------------
+
+Relax `Cabal` dependency
+
 Version 2.2.2
 -------------
 
diff --git a/Test/Tasty/Golden/Manage.hs b/Test/Tasty/Golden/Manage.hs
--- a/Test/Tasty/Golden/Manage.hs
+++ b/Test/Tasty/Golden/Manage.hs
@@ -20,7 +20,6 @@
 import Test.Tasty.Golden.Internal
 import Data.Typeable
 import Data.Tagged
-import Data.Proxy
 import Data.Maybe
 import Control.Monad.Cont
 import Control.Exception
diff --git a/tasty-golden.cabal b/tasty-golden.cabal
--- a/tasty-golden.cabal
+++ b/tasty-golden.cabal
@@ -1,5 +1,5 @@
 name:                tasty-golden
-version:             2.2.2
+version:             2.2.2.1
 synopsis:            Golden tests support for tasty
 description:
   This package provides support for «golden testing».
@@ -17,7 +17,7 @@
 -- copyright:           
 category:            Testing
 build-type:          Simple
-cabal-version:       >=1.16
+cabal-version:       >=1.14
 extra-source-files:  CHANGELOG.md
 
 Source-repository head
