| Copyright | (c) Sergey Vinokurov 2017 | 
|---|---|
| License | BSD3-style | 
| Maintainer | cabal-devel@haskell.org | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Distribution.Simple.Program.ResponseFile
Description
Documentation
Arguments
| :: Verbosity | |
| -> TempFileOptions | |
| -> FilePath | Working directory to create response file in. | 
| -> FilePath | Template for response file name. | 
| -> Maybe TextEncoding | Encoding to use for response file contents. | 
| -> [String] | Arguments to put into response file. | 
| -> (FilePath -> IO a) | |
| -> IO a |