diff options
author | Brad Richardson <brichardson@structint.com> | 2020-05-23 10:29:47 -0700 |
---|---|---|
committer | Brad Richardson <brichardson@structint.com> | 2020-05-23 10:29:47 -0700 |
commit | 524866688adf2a3a4756eab85cf5956127d21e6d (patch) | |
tree | f970ec013779db8f68aab59073650b0bf931c405 /package.yaml | |
parent | de6ae189266c533893218cbd22797077f7f68f55 (diff) | |
download | fpm-524866688adf2a3a4756eab85cf5956127d21e6d.tar.gz fpm-524866688adf2a3a4756eab85cf5956127d21e6d.zip |
Enable fetching and building dependencies properly
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 |