summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2015-05-27 12:18:42 -0400
committerJoey Hess2015-05-27 12:24:22 -0400
commitd7ff70c7277f6a29fa608c8b1da1543c461a8bfc (patch)
treefb322f5f8c8a1226d682871509f524071af14dc5 /src
parentc4fc8714fe21c83746886476279bcb2f8b47ccdd (diff)
merge changes from git-annex
Diffstat (limited to 'src')
-rw-r--r--src/Utility/SafeCommand.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Utility/SafeCommand.hs b/src/Utility/SafeCommand.hs
index 9eaa5308..0704e69f 100644
--- a/src/Utility/SafeCommand.hs
+++ b/src/Utility/SafeCommand.hs
@@ -5,14 +5,17 @@
- License: BSD-2-clause
-}
+{-# OPTIONS_GHC -fno-warn-tabs #-}
+
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,