From c90676d8f733ad1fef800f7378371d4364d0837c Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Mon, 18 Oct 2010 18:09:09 +0000 Subject: [PATCH] remove a warning --- src/System/Plugins/Env.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/System/Plugins/Env.hs b/src/System/Plugins/Env.hs index 79db039..ae37bd2 100644 --- a/src/System/Plugins/Env.hs +++ b/src/System/Plugins/Env.hs @@ -59,7 +59,6 @@ import Control.Monad ( liftM ) import Data.IORef ( writeIORef, readIORef, newIORef, IORef() ) import Data.Maybe ( isJust, isNothing, fromMaybe ) import Data.List ( (\\), nub, ) -import qualified Data.List as List import System.IO.Unsafe ( unsafePerformIO ) import System.Directory ( doesFileExist )