aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2020-04-11Switch to just using String instead of TextBrad Richardson
2020-04-11Enable default settings for executablesBrad Richardson
2020-04-11Read executable settings from fileBrad Richardson
2020-04-11add settings for executablesBrad Richardson
2020-03-31Add option for building in release modeBrad Richardson
2020-03-31Remove compiler flags from tomlBrad Richardson
2020-03-31Add default for library settingsBrad Richardson
2020-03-31Make library settings optionalBrad Richardson
2020-03-30Split settings into two stagesBrad Richardson
2020-03-30Read some additional options from the fpm.toml fileBrad Richardson
2020-03-28Switch to building one program at a time per definitions from fpm.tomlBrad Richardson
2020-03-24Put together simplest example of reading settings from fpm.tomlBrad Richardson
- determine compiler based on fpm.toml
2020-03-24Reformat HaskellBrad Richardson
2020-03-06Add place to specify other libraries when building libraryBrad Richardson
2020-02-27Enable building executablesBrad Richardson
2020-02-27Enable building a libraryBrad Richardson
2020-02-25Add explicit importBrad Richardson
2020-02-25Add bare minimum of command line parsingBrad Richardson
2020-02-25Start with a new stack projectBrad Richardson