Thanks for your suggestion!
It's not a good place to add Lift
instance for Array
because:
template-haskell
Array
is just a reexport from GHC.Array
, adding an instance for it will make an orphan instance.Feel free to reopen this if I missed something.
closed