b9-0.3.0: A tool and library for building virtual machine images.

Safe HaskellNone
LanguageHaskell2010

B9.Content.StringTemplate

Description

Utility functions based on Template to offer $var variable expansion in string throughout a B9 artifact.

Synopsis

Documentation

data SourceFile Source

A wrapper around a file path and a flag indicating if template variable expansion should be performed when reading the file contents.

data Environment Source

Constructors

Environment [(String, String)]