about summary refs log tree commit diff
path: root/haskell-overlay.nix
AgeCommit message (Collapse)AuthorFilesLines
2019-11-29 Add DerivingVia newtype for generic arbitraryGriffin Smith1-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.