rejigger imports for clean build with ghc 7.10's AMP changes

The explict import Prelude after import Control.Applicative is a trick
to avoid a warning.
This commit is contained in:
Joey Hess 2015-05-10 16:19:56 -04:00
parent 9ee2745ca5
commit ec267aa1ea
23 changed files with 40 additions and 35 deletions

View file

@ -10,9 +10,10 @@ module Utility.SafeCommand where
import System.Exit
import Utility.Process
import Data.String.Utils
import Control.Applicative
import System.FilePath
import Data.Char
import Control.Applicative
import Prelude
{- A type for parameters passed to a shell command. A command can
- be passed either some Params (multiple parameters can be included,