Fix warnings
This commit is contained in:
@@ -7,12 +7,9 @@ module Misc (
|
||||
, checkDb
|
||||
) where
|
||||
|
||||
import Control.Applicative
|
||||
import Control.Concurrent.Async (Async, async, wait)
|
||||
import Control.Exception (Exception)
|
||||
import CoreMonad (liftIO)
|
||||
import Data.IORef (IORef, newIORef, readIORef, writeIORef)
|
||||
import Data.Typeable (Typeable)
|
||||
import Prelude
|
||||
|
||||
import Language.Haskell.GhcMod
|
||||
|
||||
Reference in New Issue
Block a user