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

Remove warnings if mtl ≥ 2.2.1 #102

Merged
merged 2 commits into from Jul 16, 2014
Merged

Remove warnings if mtl ≥ 2.2.1 #102

merged 2 commits into from Jul 16, 2014

Conversation

RyanGlScott
Copy link
Contributor

Recent versions of mtl have deprecated the Control.Monad.Error module in favor of Control.Monad.Except, which causes scotty to output a lot of warnings if compiled with mtl ≥ 2.2.1. These changes simply use the MIN_VERSION macro to determine the most up-to-date version to use.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.16%) when pulling 50371e9 on RyanGlScott:master into 0499927 on scotty-web:master.

xich pushed a commit that referenced this pull request Jul 16, 2014
Remove warnings if mtl ≥ 2.2.1
@xich xich merged commit 26bf168 into scotty-web:master Jul 16, 2014
@xich
Copy link
Member

xich commented Jul 16, 2014

Thanks!

@sol
Copy link
Contributor

sol commented Jul 17, 2014

:)

xich pushed a commit that referenced this pull request Sep 18, 2015
Remove warnings if mtl ≥ 2.2.1
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.

None yet

4 participants