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

Safe HaskellNone

Control.Biegunka.Source.Layout

Description

Example Source based on 'directory-layout'

Synopsis

Documentation

type Layout = Node ()

layoutSource

Arguments

:: Layout

Layout to make

-> FilePath

Layout root

-> Script Actions ()

What to do with layout files

-> Script Sources () 

Make specified layout and use is as Source

layout_Source

Arguments

:: Layout

Layout to make

-> FilePath

Layout root

-> Script Sources () 

Make specified layout and do nothing