Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-29 | Move patch file to a less obtrusive location | Griffin Smith | 1 | -1/+1 | |
2019-11-29 | Add DerivingVia newtype for generic arbitrary | Griffin Smith | 1 | -0/+7 | |
Add a newtype, GenericArbitrary, which can be used with -XDerivingVia to derive Arbitrary instances for types with Generic, via patching generic-arbitrary to expose the underlying typeclass it uses for surfacing the type information. |