diff --git a/src/Language/Haskell/TH/Instances.hs b/src/Language/Haskell/TH/Instances.hs
--- a/src/Language/Haskell/TH/Instances.hs
+++ b/src/Language/Haskell/TH/Instances.hs
@@ -60,5 +60,5 @@
 $(reifyManyWithoutInstances ''Ord [''Info] (`notElem` [''Ratio]) >>=
   mapM deriveOrd)
 
-$(reifyManyWithoutInstances ''Lift [''Info] (const True) >>=
+$(reifyManyWithoutInstances ''Lift [''Info, ''Loc] (const True) >>=
   deriveLiftMany)
diff --git a/th-orphans.cabal b/th-orphans.cabal
--- a/th-orphans.cabal
+++ b/th-orphans.cabal
@@ -1,5 +1,5 @@
 name:               th-orphans
-version:            0.8.3
+version:            0.9.0
 cabal-version:      >= 1.6
 build-type:         Simple
 license:            BSD3
