deriving-compat v0.5.7 Release Notes

Release Date: 2019-08-27 // over 4 years ago
    • Permit deriveVia to use "floating" via type variables, such as the a in:
      deriveVia [t| forall a. Show MyInt `Via` Const Int a |]