Safe Haskell | None |
---|---|
Language | Haskell2010 |
B9 is a library and build tool with primitive operations to run a build script inside a virtual machine and to create and convert virtual machine image files as well as related ISO and VFAT disk images for e.g. cloud-init configuration sources.
This module re-exports the modules needed to build a tool around the
library, e.g. see src/cli/Main.hs
as an example.
- module B9.Builder
- module System.Exit
- module System.FilePath
- module Control.Applicative
- module Control.Monad
- module Control.Monad.IO.Class
- module Data.Monoid
- module Data.List
- module Data.Maybe
- module Text.Printf
- module Text.Show.Pretty
- module Data.Version
- configure :: MonadIO m => Maybe SystemPath -> B9Config -> m ConfigParser
- b9_version :: Version
Documentation
module B9.Builder
module System.Exit
module System.FilePath
module Control.Applicative
module Control.Monad
module Control.Monad.IO.Class
module Data.Monoid
module Data.List
module Data.Maybe
module Text.Printf
module Text.Show.Pretty
module Data.Version
configure :: MonadIO m => Maybe SystemPath -> B9Config -> m ConfigParser Source
Merge existingConfig
with the configuration from the main b9 config
file. If the file does not exists, a new config file with the given
configuration will be written. The return value is a parser for the config
file. Returning the raw config file parser allows modules unkown to
B9Config
to add their own values to the shared config file.
Return the cabal package version of the B9 library.