- Support GHC 8.0.1 (see #6).
- Support HUnit 1.3
- Changed API to require
NFData a
so we can fully evaluate expressions, rather than just converting to WHNF.
- Use
throwIO
instead ofthrow
for exception ordering safety.
- Stabilise API at 1.0 release.
- Allow building on 7.6.3.
- Initial version.