summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/git-annex_stack.yml_misses_extra-deps..mdwn4
-rw-r--r--stack.yaml3
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_stack.yml_misses_extra-deps..mdwn b/doc/bugs/git-annex_stack.yml_misses_extra-deps..mdwn
index f476fe1de..56674eeea 100644
--- a/doc/bugs/git-annex_stack.yml_misses_extra-deps..mdwn
+++ b/doc/bugs/git-annex_stack.yml_misses_extra-deps..mdwn
@@ -86,3 +86,7 @@ Plan construction failed.
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
Yes, I am using it since a few years to manage my videos, photos and music. Thanks so much for this outstanding piece of software!
+
+> Seems that, since I have those packages globally installed, stack solver
+> did not notice that they needed to be listed there. Hrm. Ok well, added
+> them by hand. [[done]] --[[Joey]]
diff --git a/stack.yaml b/stack.yaml
index 228301057..b032f9a50 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -20,6 +20,9 @@ packages:
extra-deps:
- esqueleto-2.5.1
- yesod-default-1.2.0
+- bloomfilter-2.0.1.0
+- network-multicast-0.2.0
+- torrent-10000.0.1
explicit-setup-deps:
git-annex: true
resolver: lts-7.18