From a9c46c08f66ba153ed69f670a2dba778f9b6964c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Wed, 5 Aug 2015 10:29:19 +0200 Subject: [PATCH] Fix warnings --- src/Misc.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Misc.hs b/src/Misc.hs index dc63ed0..834f0c2 100644 --- a/src/Misc.hs +++ b/src/Misc.hs @@ -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