diff --git a/gettext-th.cabal b/gettext-th.cabal
--- a/gettext-th.cabal
+++ b/gettext-th.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               gettext-th
-version:            0.1.0.2
+version:            0.1.0.3
 
 synopsis: gettext-th can internationalise a haskell program without runtime dependencies
 
@@ -17,7 +17,7 @@
 
 -- A copyright notice.
 -- copyright:
-category: i18, Text
+category: i18n Text
 extra-source-files: CHANGELOG.md, README.md
 
 library
@@ -35,6 +35,7 @@
                     , haskell-gettext
                     , template-haskell
                     , text
+                    , th-lift-instances
     hs-source-dirs:   src
     default-language: Haskell2010
     ghc-options: -Wall -fwarn-tabs 
diff --git a/src/I18N/Gettext/TH.hs b/src/I18N/Gettext/TH.hs
--- a/src/I18N/Gettext/TH.hs
+++ b/src/I18N/Gettext/TH.hs
@@ -4,6 +4,7 @@
 
 import Language.Haskell.TH
 import Language.Haskell.TH.Quote
+import Instances.TH.Lift()
 import System.IO.Unsafe
 import System.Directory
 import Data.IORef
