aboutsummaryrefslogtreecommitdiff
path: root/biohazard.patch
diff options
context:
space:
mode:
Diffstat (limited to 'biohazard.patch')
-rw-r--r--biohazard.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/biohazard.patch b/biohazard.patch
new file mode 100644
index 0000000..b075312
--- /dev/null
+++ b/biohazard.patch
@@ -0,0 +1,13 @@
+diff --git a/Control/Monad/Log.hs b/Control/Monad/Log.hs
+index 5b6598a..de4589f 100644
+--- a/Control/Monad/Log.hs
++++ b/Control/Monad/Log.hs
+@@ -14,7 +14,7 @@ module Control.Monad.Log
+ , panic
+ ) where
+
+-import BasePrelude hiding ( try, catchIOError )
++import BasePrelude hiding ( try, catchIOError, option )
+ import Control.Monad.Base ( MonadBase(..) )
+ import Control.Monad.Catch
+ import Control.Monad.Primitive