typeable / generic-arbitrary

Generic method implementations for Arbitrary
MIT License
8 stars 7 forks source link

Deriving via newtype #8

Closed ilyakooo0 closed 3 years ago

ilyakooo0 commented 3 years ago

This essentially a rebased version of #6.

Adds a newtype wrapper to work with DerivingVia.

isovector commented 3 years ago

Can we get this pushed to hackage please?

ilyakooo0 commented 3 years ago

@isovector version 0.2.0 is now on hackage: https://hackage.haskell.org/package/generic-arbitrary-0.2.0!

Thanks for the ping.

isovector commented 3 years ago

Thanks so much!