aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/src/Fpm.hs
AgeCommit message (Expand)Author
2020-11-09Refactor to make supporting more compilers more straightforwardBrad Richardson
2020-11-09Fix formattingBrad Richardson
2020-11-09Refactor flag definition for easier support of other compilersBrad Richardson
2020-11-09Add check for if user supplied `--release` and `--flag`.Brad Richardson
2020-10-29Change build directory hashes to hex formatBrad Richardson
2020-10-28Switch test or executable target to optionBrad Richardson
2020-10-28Add command line options to specify compiler flagsBrad Richardson
2020-10-28Add command line options to specify the compilerBrad Richardson
2020-10-28Use compiler version and flags to construct build folder nameBrad Richardson
2020-10-27Change bootstrap command line to be more like the Fortran versionBrad Richardson
2020-10-20Utilize new model for build processBrad Richardson
2020-09-05Use different strategy to fetch git dependenciesSebastian Ehlert
2020-07-25Propogate exit codes from tests and executablesBrad Richardson
2020-07-21Move Haskell based version to bootstrap/Ondřej Čertík