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.) +"""]]