Most data types in the haskell platform do not have Lift instances.
This package provides orphan instances for containers, text, bytestring and vector.
It also provides compat instances for older versions of template-haskell
Note that th-lift package provides
Template Haskell based derivation of Lift instances (when you cannot use DeriveLift extension),
and th-orphans package provides instances for TH datatypes.