From 9fa96fc44a640014415e1588f50ab7689285e6cb Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 13 Oct 2010 19:43:56 +0000 Subject: [PATCH] Remove ghc-pkg's dependency on haskell98 --- utils/ghc-pkg/Main.hs | 4 +--- utils/ghc-pkg/ghc-pkg.cabal | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs index 4c68c2b..3490b6c 100644 --- a/utils/ghc-pkg/Main.hs +++ b/utils/ghc-pkg/Main.hs @@ -38,7 +38,7 @@ import System.Directory ( doesDirectoryExist, getDirectoryContents, import System.Exit ( exitWith, ExitCode(..) ) import System.Environment ( getArgs, getProgName, getEnv ) import System.IO -import System.IO.Error (try, isDoesNotExistError) +import System.IO.Error import Data.List import Control.Concurrent @@ -63,8 +63,6 @@ import GHC.ConsoleHandler import System.Posix hiding (fdToHandle) #endif -import IO ( isPermissionError ) - #if defined(GLOB) import System.Process(runInteractiveCommand) import qualified System.Info(os) diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal index e04ec32..3870249 100644 --- a/utils/ghc-pkg/ghc-pkg.cabal +++ b/utils/ghc-pkg/ghc-pkg.cabal @@ -21,7 +21,6 @@ Executable ghc-pkg Build-Depends: base >= 4 && < 5, directory >= 1 && < 1.2, process >= 1 && < 1.1, - haskell98, filepath, Cabal, binary, -- 1.7.10.4