Version 0.3.2
- Bump
deepseq >= 1.4.0.0
remove benchmark dependency ondeepseq-generics
when building with GHC >= 7.10 - Tested with GHC 8.4.1
- Tested with GHC 8.2.2
- Compile with
-Wcompat
- Add
Semigroup
instances for all types that were previouslyMonoid
instances - Added more examples to the examples/ directory
- Added
exceptions
dependency andMonadThrow
,MonadCatch
,MonadMask
instances forFreshMT
andLFreshMT
.