which-embed-0.1.0: which-embed
Safe HaskellNone
LanguageGHC2021

Data.WhichEmbed

Documentation

withEmbeddedExe Source #

Arguments

:: (MonadIO m, MonadMask m) 
=> String

A name to use for the temp directory.

-> ByteString

The embedded bytes to use as an executable.

-> (Path Abs File -> m a)

A callback using the path to the executable.

-> m a