diff options
author | Brad Richardson <everythingfunctional@protonmail.com> | 2020-10-14 10:53:18 -0500 |
---|---|---|
committer | Brad Richardson <everythingfunctional@protonmail.com> | 2020-10-14 10:53:18 -0500 |
commit | 3b99bdf29c1ce031db897f142feb680bc8e9b040 (patch) | |
tree | f641913549926c4714993ef447e3a7580cda3e42 /bootstrap/stack.yaml | |
parent | b5b16cf826d468e79b4087500192a4a9e07c140f (diff) | |
download | fpm-3b99bdf29c1ce031db897f142feb680bc8e9b040.tar.gz fpm-3b99bdf29c1ce031db897f142feb680bc8e9b040.zip |
stub out a unit test
Diffstat (limited to 'bootstrap/stack.yaml')
-rw-r--r-- | bootstrap/stack.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap/stack.yaml b/bootstrap/stack.yaml index 68dcaaa..6ad6693 100644 --- a/bootstrap/stack.yaml +++ b/bootstrap/stack.yaml @@ -42,6 +42,12 @@ packages: extra-deps: - git: https://github.com/kowainik/tomland.git commit: 536a5e6ffb148d0dd4e4c4b120913a6744097676 +- git: https://gitlab.com/everythingfunctional/hedge.git + commit: 597b6475fd0b88369020e0de1de5885546d572f8 + subdirs: + - . + - hedge-trimmer +- quickcheck-with-counterexamples-1.1 # Override default flag values for local packages and extra-deps # flags: {} |