21
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:ekmett/mtl More... over 9 years ago
Documentation fix (noted by @hvr) More... over 9 years ago
Merge pull request #14 from dmjio/master More... almost 10 years ago
Changed Identity bind definition More... almost 10 years ago
Ensure strictness in the state in modify'. More... almost 10 years ago
Drop "zero or plus" section of the description More... almost 10 years ago
Control.Monad.Except CHANGELOG entry More... almost 10 years ago
Add Control.Monad.Except More... almost 10 years ago
deprecate Control.Monad.Error if we aren't going to warn on mtl build about transformers deprecations More... almost 10 years ago
Add a 2.2.1 CHANGELOG entry More... almost 10 years ago
Provide CPP guarded MINIMAL pragmas for GHC 7.8 to get nicer haddocks and compiler support More... almost 10 years ago
Fix import of Except to avoid warning More... almost 10 years ago
stop warning about the deprecation of ErrorT on import, everywhere More... almost 10 years ago
version bump More... almost 10 years ago
update .travis.yml to notify IRC More... about 10 years ago
Enhance Travis-CI job to test GHC>=7.0 More... about 10 years ago
work around the new export style for transformers 0.4 so we get `runFooT`. More... about 10 years ago
2.2 CHANGELOG entries More... about 10 years ago
instance MonadCont m => MonadCont (ExceptT e m) More... about 10 years ago
instance MonadRWS r w s m => MonadRWS r w s (ExceptT e m) More... about 10 years ago
instance MonadState s m => MonadState s (ExceptT e m) More... about 10 years ago
instance MonadReader r m => MonadReader r (ExceptT e m) More... about 10 years ago
instance MonadWriter w m => MonadWriter w (ExceptT e m) More... about 10 years ago
MonadError for ExceptT More... about 10 years ago
re-export modify' More... about 10 years ago
added modify' to Control.Monad.State.Class More... about 10 years ago
basic support for transformers 0.4 More... about 10 years ago
2.1.3.1: build without warnings on GHC 7.8 More... about 10 years ago
Added a CHANGELOG More... almost 11 years ago
Removed the spurious Error constraint from MonadError e (Either e). More... almost 11 years ago