diff options
author | Brad Richardson <brichardson@structint.com> | 2020-02-27 10:22:38 -0800 |
---|---|---|
committer | Brad Richardson <brichardson@structint.com> | 2020-02-27 10:22:38 -0800 |
commit | 775841b8437adf4f400a21fa939156dc6ef48cc2 (patch) | |
tree | ae10c44cef4e60bf118c59f9b32161d411a5a42a /package.yaml | |
parent | 2573315e014303cda41682003bafa7e0a6f00167 (diff) | |
download | fpm-775841b8437adf4f400a21fa939156dc6ef48cc2.tar.gz fpm-775841b8437adf4f400a21fa939156dc6ef48cc2.zip |
Enable building a library
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index 2cf73a8..fd12307 100644 --- a/package.yaml +++ b/package.yaml @@ -21,7 +21,15 @@ description: Please see the README on GitHub at <https://github.com/gith dependencies: - base >= 4.7 && < 5 +- containers +- directory +- filepath +- MissingH - optparse-applicative +- process +- shake +- split + library: source-dirs: src |