rel8
rel8 copied to clipboard
instance for `Rel8able (Generically1 t)`
Hi, i would be cool to additionally to the anyclass deriving mechanism provide an instance for
-
Generically1as defined in base>=4.17 -
Generically1as defined here https://hackage.haskell.org/package/generically-0.1.1/docs/GHC-Generics-Generically.html for older base versions
That would make it possible to
deriving Rel8able via (Generically1 MyType)
Thanks in advance.