ekmett / bifunctors

Haskell 98 bifunctors, bifoldables and bitraversables
Other
57 stars 42 forks source link

Add Lift instances for Template Haskell #100

Closed treeowl closed 2 years ago

treeowl commented 2 years ago

Closes #99.

treeowl commented 2 years ago

@RyanGlScott, for some reason bumping the minimum bound on template-haskell leads to errors about conflicts with non-upgradable packages. I don't know what that might be about; the latest version of template-haskell works with fairly old base. But I guess we can tolerate a little CPP for a bit.