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

Need a better story for MonadCGI exceptions (a.k.a. stop maintaining two branches) #1

Open
andersk opened this issue May 3, 2013 · 0 comments

Comments

@andersk
Copy link
Owner

andersk commented May 3, 2013

In an effort to replace the MonadCGI-specific exception handling functions (throwCGI, catchCGI) with something more general, I introduced a MonadCatchIO-mtl dependency in cgi 3001.1.8.x. But the Haskell Platform lacks MonadCatchIO-mtl, so it remains stuck on cgi 3001.1.7.x.

Whether MonadCatchIO-mtl represents the current best practice for exception catching in monad transformer stacks is questionable. But my last effort to introduce something better, monad-peel, got derailed by monad-control with all its (IMHO pointlessly) required GHC extensions. So I feel a little stuck.

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

No branches or pull requests

1 participant