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

Safe HaskellNone
LanguageHaskell2010

B9.Artifact.Content

Description

Content is what is written to files in the generated VM images and cloud configuration.

Contains the monadic actions that generate the content that is written to the generated artifacts.

Since: 0.5.62

Synopsis

Documentation

type ByteStringGenerator = B9 ByteString Source #

A B9 action that procuces a ByteString.

Since: 0.5.62

class ToContentGenerator c a where Source #

Types whose values can be turned into a ContentGenerator

Since: 0.5.62

Methods

toContentGenerator :: IsB9 e => c -> Eff e a Source #