summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Event/TimerManager.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/Event/TimerManager.hs')
-rw-r--r--libraries/base/GHC/Event/TimerManager.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Event/TimerManager.hs b/libraries/base/GHC/Event/TimerManager.hs
index 435693a927..e55dddf82a 100644
--- a/libraries/base/GHC/Event/TimerManager.hs
+++ b/libraries/base/GHC/Event/TimerManager.hs
@@ -39,7 +39,7 @@ module GHC.Event.TimerManager
-- Imports
import Control.Exception (finally)
-import Control.Monad ((=<<), sequence_, when)
+import Control.Monad (sequence_, when)
import Data.IORef (IORef, atomicModifyIORef', mkWeakIORef, newIORef, readIORef,
writeIORef)
import GHC.Base