aboutsummaryrefslogtreecommitdiff
path: root/Utility/SafeCommand.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 16:19:56 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 16:20:30 -0400
commit5201613fc97b855bf60979ac7e2550ad08fa3798 (patch)
treeaed27d1952cd8455aecdd501cfbc5e0b43bfbb5c /Utility/SafeCommand.hs
parent21b14af6904123d5c5cc1c575aee7203f65d7800 (diff)
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.
Diffstat (limited to 'Utility/SafeCommand.hs')
-rw-r--r--Utility/SafeCommand.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Utility/SafeCommand.hs b/Utility/SafeCommand.hs
index 9eaa53084..efa14b48e 100644
--- a/Utility/SafeCommand.hs
+++ b/Utility/SafeCommand.hs
@@ -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,