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

Safe HaskellNone

Control.Biegunka.Source

Description

Generally useful Sources related definitions

Synopsis

Documentation

class Sourceable s whereSource

Common Sources structure

Methods

actions :: Lens' s (Script Actions ())Source

Actions to run after source update

(==>) :: String -> FilePath -> s -> Script Sources ()Source

Instances