You might need to cabal update - I recently uploaded a new version to hackage, because I realized the package was a bit out of date from the github repo.

It works for me: https://gist.github.com/mgsloan/f9238b2272df43e53896


On Fri, Jul 12, 2013 at 5:49 AM, Jose A. Lopes <jabolopes@google.com> wrote:
Hello,

I am getting the following error message:

No instance for (Lift Type)
      arising from a use of `lift'
    Possible fix: add an instance declaration for (Lift Type)

I have imported Language.Haskell.TH.Instances.
Is there anything else I have to do ?

Regards,
Jose