[Haskell-cafe] Reify type

Michael Sloan mgsloan at gmail.com
Fri Jul 12 15:08:53 CEST 2013


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 at 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130712/dec0bff9/attachment.htm>


More information about the Haskell-Cafe mailing list