cake3-0.1.0.0: Third cake - Makefile DSL

Safe HaskellNone

Development.Cake3.Rules.UrWeb

Synopsis

Documentation

urweb :: Config -> File -> A () -> IO (Alias, Alias, Alias)Source

Take the URP file and the build action. Provide three aliases: one for executable, one for SQL-file and one for database file

FIXME: Rewrite in urembed style: fill urweb_cmd and pass it back to the user

data Config Source

Constructors

Config 

Fields

urObjRule :: File -> Rule
 
urInclude :: Variable
 
urEmbed :: [(String, [File])]
 

urdeps :: Config -> File -> A ()Source

Helper function, parses dependencies of an *urp