Cabal-3.14.0.0: A framework for packaging Haskell software
Copyright(c) Sergey Vinokurov 2017
LicenseBSD3-style
Maintainercabal-devel@haskell.org
Safe HaskellNone
LanguageHaskell2010

Distribution.Simple.Program.ResponseFile

Description

 

Documentation

withResponseFile Source #

Arguments

:: Verbosity 
-> TempFileOptions 
-> Maybe (SymbolicPath CWD ('Dir Pkg))

Working directory

-> SymbolicPath Pkg ('Dir Response)

Directory to create response file in.

-> String

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