schedule-planner

Copyright(c) Justus Adam, 2015
LicenseLGPL-3
Maintainerdevelopment@justusadam.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

SchedulePlanner.App

Description

Sort of the Main script for all the common operations, independant of the program instance (webservice, command line)

Synopsis

Documentation

reportAndPrint :: Text -> Bool -> ByteString -> IO ()

perform the calculation and print the result to the command line

reportAndExecute :: Text -> Bool -> DataFile -> Writer Text ()

Evaluates the transformed json, compiles (useful) error messages, runs the algorithm and returns a writer of any output created.