From 41eec63f2655de6cace03c73dca54050a0baa5de Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 21 Jul 2015 23:38:15 -0400 Subject: [PATCH] comment --- ...comment_1_247c4d778766c9079024c78582a69ed4._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/OOM_while_configuring_git-annex/comment_1_247c4d778766c9079024c78582a69ed4._comment diff --git a/doc/bugs/OOM_while_configuring_git-annex/comment_1_247c4d778766c9079024c78582a69ed4._comment b/doc/bugs/OOM_while_configuring_git-annex/comment_1_247c4d778766c9079024c78582a69ed4._comment new file mode 100644 index 0000000000..19a52bed97 --- /dev/null +++ b/doc/bugs/OOM_while_configuring_git-annex/comment_1_247c4d778766c9079024c78582a69ed4._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-07-22T03:36:11Z" + content=""" +This is due to cabal's dependency resolver not finding a solution and +recursing too much. Passing -v3 will show what the dependency problem is. + +(Using stackage is a good way to avoid these kinds of dependency problems.) +"""]]