- Enable building with GHC-8.
-
Provided
MonadTrace
instances to thetransformers
menagerie. -
Provided the various
mtl
instance toTraceT
. -
Based
TraceT
onExceptT
to shed theeither
package dependency. -
Remove some things that were of limited utility which had caused
profunctors, kan-extensions
dependencies to be incurred. -
Added a
Monad
superclass constraint toMonadTrace
.
- Added
Typeable
,Generic
, andNFData
instances forErrorTrace
.