Cabal-2.2.0.1: A framework for packaging Haskell software

Copyright(c) Sergey Vinokurov 2017
LicenseBSD3-style
Maintainer[email protected]
Safe HaskellNone
LanguageHaskell2010

Distribution.Simple.Program.ResponseFile

Description

Created : 23 July 2017

Documentation

withResponseFile Source #

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