- Remove KURE's
MonadCatch
in favor of the one fromexceptions
. - Redesigned
KureM
to contain both an error message and an exception. - Added
StrategyFailure
- Added
NodeMismatch
(for congruence combinator failures) - Added
ConditionalFailure
(aString
plusSomeException
) - Added
Semigroup
instance forTransform
(GHC 8.0+) - Added
MonadFail
instances
- Derive
Typeable
instances
- Allowed building with
base-4.8.0.0
- Removed unneeded
Monoid
constraints onOneT
instances