aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2021-07-18remove warnings and fix truncated help textJohn S. Urban
2021-05-27Automatically search for package manifestSebastian Ehlert
2021-03-31Phase out Haskell fpm (#420)Sebastian Ehlert
2020-07-21Move Haskell based version to bootstrap/Ondřej Čertík
2020-04-29Enable running the tests without external callsBrad Richardson
2020-04-26remove -Werror gfortran flagMilan Curcic
2020-04-12Enable tests with fpmBrad Richardson
2020-04-12Enable running the executables from fpmBrad Richardson
2020-04-11Build debug and release versions in different placesBrad Richardson
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
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