How can I add an extra flag to Leksah?

0

How can I add an extra flag to Leksah?

I'm getting this error:

You need -XDeriveDataTypeable to derive an instance ....

Where can I add the extra flag in Leksah?

Aftershock

Posted 2014-04-29T07:15:03.450

Reputation: 487

Answers

0

  1. Navigate to Package -> Edit

  2. Select the tab 1 Extensions

  3. Check the box for the language extension(s) you need
    (EnableExtension DeriveDataTypable)

  4. Click Save in the lower right hand corner

Now the package will be compiler with the desired language extension(s)!

user169983

Posted 2014-04-29T07:15:03.450

Reputation: