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:20:50 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-17 23:20:50 -0400
commita77c0bdc9d7352e29858241842103233e95363de (patch)
tree4ad917f332102f364d08bc08c82d752970fb1dec /doc/bugs/stack_build_Setup.hs_dependencies.mdwn
parent89c5cd5e82942f6d75ba8b8e5871f848befa98de (diff)
update
Diffstat (limited to 'doc/bugs/stack_build_Setup.hs_dependencies.mdwn')
-rw-r--r--doc/bugs/stack_build_Setup.hs_dependencies.mdwn9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/bugs/stack_build_Setup.hs_dependencies.mdwn b/doc/bugs/stack_build_Setup.hs_dependencies.mdwn
index 3cbcfa82e..080527259 100644
--- a/doc/bugs/stack_build_Setup.hs_dependencies.mdwn
+++ b/doc/bugs/stack_build_Setup.hs_dependencies.mdwn
@@ -55,6 +55,9 @@ 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]]
+> Looks like older versions of stack work too with files with
+> this field in it. But, this broke stack 1.0.4 building some
+> dependencies (eg, process), so I instead set only "git-annex: true"
+> so building deps won't be affected.
+>
+> [[done]] --[[Joey]]