summaryrefslogtreecommitdiff
path: root/doc/bugs/stack_build_Setup.hs_dependencies.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-17 23:14:37 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-17 23:14:37 -0400
commit89c5cd5e82942f6d75ba8b8e5871f848befa98de (patch)
treeb50c170c45756b8b082e6352dffa90fa8080e125 /doc/bugs/stack_build_Setup.hs_dependencies.mdwn
parentfabc2138c7be64e7d6367cce40ad898c521a67f6 (diff)
Fix build with stack 0.1.6 which needs explicit-setup-deps.
Diffstat (limited to 'doc/bugs/stack_build_Setup.hs_dependencies.mdwn')
-rw-r--r--doc/bugs/stack_build_Setup.hs_dependencies.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/stack_build_Setup.hs_dependencies.mdwn b/doc/bugs/stack_build_Setup.hs_dependencies.mdwn
index 1e9fc431f..3cbcfa82e 100644
--- a/doc/bugs/stack_build_Setup.hs_dependencies.mdwn
+++ b/doc/bugs/stack_build_Setup.hs_dependencies.mdwn
@@ -54,3 +54,7 @@ to `stack.yaml` [(as described here)](https://github.com/commercialhaskell/stack
fixes the error and builds git-annex successfully.
### 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)
+
+> Ok, added that. I am not sure if older version of stack will stumble over
+> the new field; if so I suppose the user can comment it out or upgrade
+> stack. [[done]] --[[Joey]]