diff options
author | Brad Richardson <brichardson@structint.com> | 2020-02-25 11:18:40 -0800 |
---|---|---|
committer | Brad Richardson <brichardson@structint.com> | 2020-02-25 11:44:41 -0800 |
commit | d9cd40f9d84e104207f8ef34c6d5a4f9d1b3af4b (patch) | |
tree | 7b13ccc55588d467708c20f14b114cc56bb93b0b /package.yaml | |
parent | 2d6a18354b5c848bd655bfc2a642b93699eb2b09 (diff) | |
download | fpm-d9cd40f9d84e104207f8ef34c6d5a4f9d1b3af4b.tar.gz fpm-d9cd40f9d84e104207f8ef34c6d5a4f9d1b3af4b.zip |
Add bare minimum of command line parsing
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 ab3a1d0..2cf73a8 100644 --- a/package.yaml +++ b/package.yaml @@ -21,6 +21,7 @@ description: Please see the README on GitHub at <https://github.com/gith dependencies: - base >= 4.7 && < 5 +- optparse-applicative library: source-dirs: src |