From fbed91f6f26b2dd2933cb80baa1d22611e59926c Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Thu, 27 Mar 2014 15:23:27 +0900 Subject: [PATCH] close import. --- Language/Haskell/GhcMod/Debug.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Language/Haskell/GhcMod/Debug.hs b/Language/Haskell/GhcMod/Debug.hs index 9fa84f9..45c4ced 100644 --- a/Language/Haskell/GhcMod/Debug.hs +++ b/Language/Haskell/GhcMod/Debug.hs @@ -1,12 +1,12 @@ module Language.Haskell.GhcMod.Debug (debugInfo, debug, rootInfo, root) where -import Control.Applicative -import Control.Exception.IOChoice -import Control.Monad +import Control.Applicative ((<$>)) +import Control.Exception.IOChoice ((||>)) +import Control.Monad (void) import CoreMonad (liftIO) import Data.List (intercalate) -import Data.Maybe -import GHC +import Data.Maybe (fromMaybe, isJust, fromJust) +import GHC (Ghc) import Language.Haskell.GhcMod.CabalApi import Language.Haskell.GhcMod.GHCApi import Language.Haskell.GhcMod.Types