biegunka-0.2: DSL definitions, interpreters, templating, git support

Safe HaskellNone

Control.Biegunka.Action

Description

Abstracted Actions layer routines.

Synopsis

Documentation

applyPatchSource

Arguments

:: FilePath

Patch location

-> FilePath

Patching root

-> PatchSpec 
-> IO () 

Apply patch given the patch spec

verifyAppliedPatchSource

Arguments

:: FilePath

Patch location

-> FilePath

Patching root

-> PatchSpec 
-> IO Bool 

Verify applied patch given the patch spec