Fix warnings

This commit is contained in:
Daniel Gröber 2015-08-05 10:29:19 +02:00
parent aabbd5ce33
commit a9c46c08f6
1 changed files with 0 additions and 3 deletions

View File

@ -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