Description
Lift instances for template-haskell for common data types.
Description
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.
README.md
th-lift-instances
Some more Lift instances for common haskell data types.