drasil-build-0.1.1.0: A framework for code and document generation for scientific software - Build System SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Build.Drasil.Make.Helpers

Description

Helper functions for creating Makefiles.

Synopsis

Documentation

addCommonFeatures :: [Rule] -> Doc -> Doc Source #

Helper for prepending common features to a Makefile.

tab :: Doc Source #

Recipes must be indented with tabs.

msIndent :: Doc -> Doc Source #

Makefile Syntax Indent (i.e. non recipes).