index
:
fpm
master
A friendly, barely modified fork of fortran-lang.org's package manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fpm.hs
Age
Commit message (
Collapse
)
Author
2020-05-23
Add path dependencies and a test to make sure it works
Brad Richardson
2020-05-23
Add some explanatory comments to the dependency functions
Brad Richardson
2020-05-23
Avoid problems with circular dependencies
Brad Richardson
2020-05-23
Enable fetching and building dependencies properly
Brad Richardson
2020-05-19
Enable reading in dependencies
Brad Richardson
2020-05-04
Merge pull request #74 from everythingfunctional/AddCompilerToBuildPath
Milan Curcic
Add compiler to build path
2020-05-04
Merge pull request #72 from everythingfunctional/RemoveCompilerOption
Milan Curcic
Remove compiler option from `fpm.toml`
2020-05-03
Add compiler as part of build path
Brad Richardson
2020-05-03
Output a message if no executables or tests are found
Brad Richardson
2020-05-03
Remove compiler option from `fpm.toml`
Brad Richardson
2020-04-29
Canonicalize the executables so they will hopefully work on Windows
Brad Richardson
2020-04-29
Make running the executables work on Windows too
Brad Richardson
2020-04-29
Enable running the tests without external calls
Brad Richardson