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

Fix #106 by correcting the default signature for MonadLoggerIO #108

Merged
merged 1 commit into from
Nov 7, 2016
Merged

Fix #106 by correcting the default signature for MonadLoggerIO #108

merged 1 commit into from
Nov 7, 2016

Conversation

RyanGlScott
Copy link
Contributor

As pointed out in GHC Trac #12784, monad-logger is failing to compile on GHC 8.0.2 because it's using a bogus default type signature for askLoggerIO in the MonadLoggerIO class. Luckily, it's a simple fix.

Fixes #106.

As pointed out in GHC Trac #12784, monad-logger is failing to compile on
GHC 8.0.2 because it's using a bogus default type signature for askLoggerIO
in the MonadLoggerIO class. Luckily, it's a simple fix.
@snoyberg snoyberg merged commit f328aa9 into kazu-yamamoto:master Nov 7, 2016
@snoyberg
Copy link
Collaborator

snoyberg commented Nov 7, 2016

Thanks!

snoyberg added a commit that referenced this pull request Nov 7, 2016
@ilovezfs
Copy link

ilovezfs commented Nov 7, 2016

Thanks @RyanGlScott and @snoyberg!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

‘m’ is a rigid type variable bound: build failure with 8.0.1.20161022
3 participants