From 8907193b7053c2bc10dcc67bdddf3ee084b66f0e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 30 Jul 2015 13:07:06 -0400 Subject: [PATCH] comment --- ...mment_4_66f6cfc973e8d67eb468be1246c82616._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/bugs/OOM_while_configuring_git-annex/comment_4_66f6cfc973e8d67eb468be1246c82616._comment diff --git a/doc/bugs/OOM_while_configuring_git-annex/comment_4_66f6cfc973e8d67eb468be1246c82616._comment b/doc/bugs/OOM_while_configuring_git-annex/comment_4_66f6cfc973e8d67eb468be1246c82616._comment new file mode 100644 index 0000000000..030bcef470 --- /dev/null +++ b/doc/bugs/OOM_while_configuring_git-annex/comment_4_66f6cfc973e8d67eb468be1246c82616._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 4""" + date="2015-07-30T17:04:06Z" + content=""" +It probably depends on the version of the cabal library you have installed. +Older versions may not print much debugging, and also seem much more likely +to run out of memory while resolving dependencies. + +As I mentioned, using stackage is a good way to present cabal with a canned +solution so it doesn't fry its mind trying to discover one. +"""]]