aboutsummaryrefslogtreecommitdiff
path: root/biohazard.patch
blob: b075312599f17a2ab242bddd825d9490764a1dfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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