Remove Handler export, fixes #25.

This commit is contained in:
Stephen Diehl
2016-10-10 11:02:24 +01:00
parent ee06770742
commit 0346b366ee
+1
View File
@@ -337,6 +337,7 @@ import Control.Exception as X hiding (
, throwTo
, assert
, displayException
, Handler(..)
)
import qualified Control.Exception