debian-3.81.3: Modules for working with the Debian package system

Safe HaskellSafe-Inferred

Debian.Extra.Files

Description

Domain independent functions used by the haskell-debian package.

Documentation

withTemporaryFileSource

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