aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/src/Build.hs
AgeCommit message (Collapse)Author
2020-12-05fix(hfpm): dependence on library mod filesBrad Richardson
2020-11-12Merge pull request #220 from everythingfunctional/compiler_and_flagsBrad Richardson
Compiler and flags
2020-11-09Refactor to make supporting more compilers more straightforwardBrad Richardson
2020-11-02Fix rebuilding executables when libraries changeBrad Richardson
2020-10-22convert buildDirectory path to native in buildProgramBrad Richardson
2020-10-22Add some debugging codeBrad Richardson
2020-10-21convert programDirectory path to native in buildProgramBrad Richardson
2020-10-21Add another print statement for debugging WindowsBrad Richardson
2020-10-21convert file path back to native in fileMatcherBrad Richardson
2020-10-21Put print statement in for debugging WindowsBrad Richardson
2020-10-20Utilize new model for build processBrad Richardson
2020-09-27Fix test build issue hapenning on WindowsBrad Richardson
2020-07-21Move Haskell based version to bootstrap/Ondřej Čertík