diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-06 20:52:11 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-06 20:53:09 -0400 |
| commit | 57a6e9788953f9ee4714572e5d2c022b66380290 (patch) | |
| tree | e8757d8de8433d509b27a1e2942e7da83fd29c2a /src/Utility/Process | |
| parent | 194f13934e94a9093e959c59188bc0ea5629330e (diff) | |
build with older ghc
Diffstat (limited to 'src/Utility/Process')
| -rw-r--r-- | src/Utility/Process/NonConcurrent.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Utility/Process/NonConcurrent.hs b/src/Utility/Process/NonConcurrent.hs index 27eb5e92..d25d2a24 100644 --- a/src/Utility/Process/NonConcurrent.hs +++ b/src/Utility/Process/NonConcurrent.hs @@ -16,6 +16,8 @@ import System.Process import System.Exit import System.IO import Utility.SafeCommand +import Control.Applicative +import Prelude boolSystemNonConcurrent :: String -> [CommandParam] -> IO Bool boolSystemNonConcurrent cmd params = do |
