aboutsummaryrefslogtreecommitdiff
path: root/biohazard.patch
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2021-07-29 16:19:30 +1000
committerJustin Bedo <cu@cua0.org>2021-07-29 16:19:30 +1000
commit7c29ef494f974b457bfef6a5af7d37fa03bb7952 (patch)
tree75362d1414bb373c50a54982f69aa31c558bf027 /biohazard.patch
initial import
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