summaryrefslogtreecommitdiff
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
parent89c5cd5e82942f6d75ba8b8e5871f848befa98de (diff)
update
-rw-r--r--doc/bugs/stack_build_Setup.hs_dependencies.mdwn9
-rw-r--r--stack.yaml2
2 files changed, 7 insertions, 4 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]]
diff --git a/stack.yaml b/stack.yaml
index 622e37b11..a03db5cc0 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -25,4 +25,4 @@ extra-deps:
- disk-free-space-0.1.0.1
- process-1.3.0.0
explicit-setup-deps:
- "*": true
+ git-annex: true