aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-30 20:31:49 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-30 20:31:49 +0000
commitd5e7937b680bd31e45d12941cb1c0fc8e9b05da6 (patch)
treed3537e0ad8e92461e85ea4e4b61002067e0245d0
parentc02f962eb171f0f9f14f7eb04c7cd9aa61163265 (diff)
downloadmirror-ball-d5e7937b680bd31e45d12941cb1c0fc8e9b05da6.tar.gz
mirror-ball-d5e7937b680bd31e45d12941cb1c0fc8e9b05da6.zip
Add stack dependency
-rw-r--r--stack.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml
index d658bf4..6008c2d 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -37,7 +37,9 @@ packages:
# Dependency packages to be pulled from upstream that are not in the resolver
# using the same syntax as the packages field.
# (e.g., acme-missiles-0.3)
-# extra-deps: []
+extra-deps:
+- git: git@github.com:ymherklotz/pfm.git
+ commit: c0118f29bcfc1fb7cf61da7260e4fdc2283be241
# Override default flag values for local packages and extra-deps
# flags: {}