diff options
author | Brad Richardson <brichardson@structint.com> | 2020-06-14 19:18:26 -0700 |
---|---|---|
committer | Brad Richardson <brichardson@structint.com> | 2020-06-14 19:18:26 -0700 |
commit | 91a649cdd80bf1062a03bcbc58715789ae0d3422 (patch) | |
tree | ebf45660e59a78d81259601d0bef0419c30b586b /package.yaml | |
parent | 778fb0e8e2e97e57deff3daf781329ae0976fb31 (diff) | |
download | fpm-91a649cdd80bf1062a03bcbc58715789ae0d3422.tar.gz fpm-91a649cdd80bf1062a03bcbc58715789ae0d3422.zip |
Try escaping the colon in buildscript BUILD_DIR
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 ece47c9..7cf11c6 100644 --- a/package.yaml +++ b/package.yaml @@ -25,6 +25,7 @@ dependencies: - directory - extra - filepath +- MissingH - optparse-applicative - process - shake |