Closed solomon-b closed 4 years ago
You are missing some bang patterns
rnf _ = ()
should be
rnf !_ = ()
Oops! I'll fixed that right now.
One last request: bump the version to 1.1.2 and then add a new changelog entry mentioning the NFData
instances with the release date as 2020.??.??
.
Version updated!
In reference to issue #52 this adds NFData instances for all Chronos types.