New patches in /srv/darcs/git-mirrors/haskeline commit 38d57bef2807443b84680f78a9bdb6c59c907192 Author: Judah Jacobson Date: Mon May 21 23:50:20 2012 +0000 Change the MonadException class to be more general. This patch switches our MonadException implementation to an approach based on the monad-control package. The main immediate benefit is that we no longer get warnings from the deprecated block/unblock functions, since we now call Control.Exception.{bracket,finally,etc} directly instead of reimplementing them from more primitive operations. commit b18a09b1a74fa8ed03b04114057369142912b797 Author: Paolo Capriotti Date: Wed Mar 7 16:41:35 2012 +0000 Add .gitignore for GHC build.