lambdageek / unbound-generics

Specify variable binding in syntax trees using GHC.Generics (reimplementation of Unbound)
https://hackage.haskell.org/package/unbound-generics/
BSD 3-Clause "New" or "Revised" License
56 stars 18 forks source link

Unconditionally add ExceptT instances using transformers-compat #9

Closed bergmark closed 9 years ago

bergmark commented 9 years ago

This is needed to allow reverse-dependencies of this package to migrate to ExceptT while keeping backwards compatibility for older versions of transformers.

Also see https://github.com/fpco/stackage/issues/439