This project is mirrored from https://github.com/ekmett/exceptions.
Pull mirroring updated .
- Jul 18, 2016
-
-
Michael Snoyman authored
Came up in a discussion with @bitonic. There's no downside I can see to the MonadCatch instance. However, the MonadMask instance is a little bit more controversial, in that it's not actually doing any masking. However, it's impossible to know that it's not masking the async exceptions since there are no side-effects from the Either monad. Of course, by using unsafePerformIO, we could observe the difference, but I think that's a valid trade-off. One final argument against MonadMask for Either: it's probably not terribly useful.
-
- Jan 16, 2016
-
-
Edward Kmett authored
Bump dependency on transformers-compat to < 0.6
-
Edward Kmett authored
fix documentation typo
-
Edward Kmett authored
Bump QuickCheck upper bound
-
Edward Kmett authored
Bump template-haskell version bound for GHC 8
-
Adam Sapek authored
- Jan 15, 2016
-
-
glguy authored
Tests pass against the new version of TH, we can probably just edit the .cabal file on hackage rather than creating a new release.
-
Edward Kmett authored
-
Edward Kmett authored
Transformers5
-
- Jan 13, 2016
-
-
Adam Sapek authored
-
Adam Sapek authored
-
- Nov 23, 2015
-
-
Edward Kmett authored
canonical-AMP-warning avoidance
-
- Nov 22, 2015
-
-
Herbert Valerio Riedel authored
-
- Sep 23, 2015
-
-
Oleg Grenrus authored
-
- Aug 09, 2015
-
-
Edward Kmett authored
-
Edward Kmett authored
-
- Jul 23, 2015
-
-
Edward Kmett authored
MonadThrow Q instance
-
Ryan Scott authored
-
- May 21, 2015
-
-
shahn authored
-
- Mar 14, 2015
-
-
Edward Kmett authored
- Mar 11, 2015
-
-
Edward Kmett authored
cabal: tests depend on transformers-compat
-
Daniel Bergey authored
Since 4c329396 closes https://github.com/ekmett/exceptions/issues/40
-
- Mar 08, 2015
-
-
Edward Kmett authored
-
Edward Kmett authored
-
Edward Kmett authored
-
Edward Kmett authored
-
Edward Kmett authored
-
Edward Kmett authored
-
Edward Kmett authored
-
Edward Kmett authored
-
Edward Kmett authored
-
Edward Kmett authored
-
Edward Kmett authored
- Feb 13, 2015
-
-
Edward Kmett authored
Use transformers-compat to always add ExceptT instances for MonadCatch and MonadThrow
-
Adam Bergmark authored