cabal-debian-4.31.7: Create a Debianization for a Cabal package

Safe HaskellSafe
LanguageHaskell98

Debian.Extra.Files

Description

Domain independent functions used by the haskell-debian package.

Documentation

withTemporaryFile Source

Arguments

:: MonadIO m 
=> (FilePath -> m a)

The function we want to pass a FilePath to

-> String

The text that the file should contain

-> m a

The function's return value