diff options
author | Brad Richardson <everythingfunctional@protonmail.com> | 2020-05-28 13:34:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 13:34:58 -0700 |
commit | c2d5c656affd4e0a7c97e8ca469fb6cfba00dc4d (patch) | |
tree | 7e4f56f4001ab379d631874b5fe602505a1e09c5 /package.yaml | |
parent | fd2bb76c81559e3c73efa1332d42a84008688bf1 (diff) | |
parent | 3613167a52e8c4cd06480e493a2c5e42d134f837 (diff) | |
download | fpm-c2d5c656affd4e0a7c97e8ca469fb6cfba00dc4d.tar.gz fpm-c2d5c656affd4e0a7c97e8ca469fb6cfba00dc4d.zip |
Merge pull request #82 from everythingfunctional/EnableDependencies
Enable dependencies
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index a326485..ece47c9 100644 --- a/package.yaml +++ b/package.yaml @@ -23,6 +23,7 @@ dependencies: - base >= 4.7 && < 5 - containers - directory +- extra - filepath - optparse-applicative - process |