diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-02-02 14:24:06 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-02-02 14:24:06 -0400 |
commit | 1b1d71cd564bfe18b926b6f732e271aa00e903b8 (patch) | |
tree | e59967046e2005597c1aab305dc5ce4c95d68754 | |
parent | 0a5e0aa0f3e6572e8e2ed2861ef997da28b118ff (diff) |
add missing extra-deps
-rw-r--r-- | doc/bugs/git-annex_stack.yml_misses_extra-deps..mdwn | 4 | ||||
-rw-r--r-- | stack.yaml | 3 |
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 |