aboutsummaryrefslogtreecommitdiff
path: root/src/Fpm.hs
AgeCommit message (Collapse)Author
2020-05-23Add path dependencies and a test to make sure it worksBrad Richardson
2020-05-23Add some explanatory comments to the dependency functionsBrad Richardson
2020-05-23Avoid problems with circular dependenciesBrad Richardson
2020-05-23Enable fetching and building dependencies properlyBrad Richardson
2020-05-19Enable reading in dependenciesBrad Richardson
2020-05-04Merge pull request #74 from everythingfunctional/AddCompilerToBuildPathMilan Curcic
Add compiler to build path
2020-05-04Merge pull request #72 from everythingfunctional/RemoveCompilerOptionMilan Curcic
Remove compiler option from `fpm.toml`
2020-05-03Add compiler as part of build pathBrad Richardson
2020-05-03Output a message if no executables or tests are foundBrad Richardson
2020-05-03Remove compiler option from `fpm.toml`Brad Richardson
2020-04-29Canonicalize the executables so they will hopefully work on WindowsBrad Richardson
2020-04-29Make running the executables work on Windows tooBrad Richardson
2020-04-29Enable running the tests without external callsBrad Richardson