From 0cdbcb247b409944f6367d0639416affba98b681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Sun, 2 Nov 2014 19:27:40 +0100 Subject: [PATCH] Fix warning --- Language/Haskell/GhcMod/Utils.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Haskell/GhcMod/Utils.hs b/Language/Haskell/GhcMod/Utils.hs index ccabaee..2773839 100644 --- a/Language/Haskell/GhcMod/Utils.hs +++ b/Language/Haskell/GhcMod/Utils.hs @@ -9,7 +9,7 @@ import System.Directory (getCurrentDirectory, setCurrentDirectory, doesFileExist import System.Exit (ExitCode(..)) import System.Process (readProcessWithExitCode) import System.Directory (getTemporaryDirectory) -import System.FilePath (splitDrive, joinDrive, pathSeparators) +import System.FilePath (splitDrive, pathSeparators) import System.IO.Temp (createTempDirectory) #ifndef SPEC import Control.Applicative ((<$>))