Safe Haskell | None |
---|---|
Language | Haskell2010 |
Definition of the B9 monad. It encapsulates logging, very basic command execution profiling, a reader for the B9.B9Config and access to the current build id, the current build directory and the artifact to build.
This module is used by the _effectful_ functions in this library.
Documentation
getBuildId :: B9 FilePath Source #
getBuildDate :: B9 String Source #
getBuildDir :: B9 FilePath Source #
getRemoteRepos :: B9 [RemoteRepo] Source #