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 /stack.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 'stack.yaml')
-rw-r--r-- | stack.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -39,7 +39,9 @@ packages: # - git: https://github.com/commercialhaskell/stack.git # commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a # -# extra-deps: [] +extra-deps: +- git: https://github.com/kowainik/tomland.git + commit: 536a5e6ffb148d0dd4e4c4b120913a6744097676 # Override default flag values for local packages and extra-deps # flags: {} |