Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instance of MonadHandler and MonadWidget for ExceptT #1278

Merged
merged 4 commits into from
Sep 25, 2016
Merged

Add instance of MonadHandler and MonadWidget for ExceptT #1278

merged 4 commits into from
Sep 25, 2016

Commits on Sep 21, 2016

  1. Add instance of MonadHandler and MonadWidget for ExceptT

    Ross MacLeod committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    ee100d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. Only emit MonadHandler and MonadWidget instance for ExceptT when GHC …

    …version >= 7.10, since that's the first version tied to transformers-0.4.0.0 which introduced ExceptT
    Ross MacLeod committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    58fb977 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6de5d8f View commit details
    Browse the repository at this point in the history
  3. Use #if MIN_VERSION_transformers(0,4,0) instead of __GLASGOW_HASKELL_…

    …_ >= 710
    Ross MacLeod committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    09c37eb View commit details
    Browse the repository at this point in the history