diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
 Changes
 =======
 
-Version 2.2.2.2
+Version 2.2.2.3
 ---------------
 
 Restore compatibility with older compilers
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,6 +20,7 @@
 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.2
+version:             2.2.2.3
 synopsis:            Golden tests support for tasty
 description:
   This package provides support for «golden testing».
