summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2012-11-25 18:56:01 +0000
committerGravatar admin <admin@branchable.com>2012-11-25 18:56:01 +0000
commit54349dd831517263e8c545cb1889bd797ee30c7a (patch)
tree3abc7bc7c3832bcccb23f11337c815ee7045eccd
parent3e193505f700fdf6374aaa99189992517f245533 (diff)
Added a comment
-rw-r--r--doc/forum/Building_git-annex-3.20121112-19309/comment_3_2f30b301c14f3a7fa0f52715d6140353._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/Building_git-annex-3.20121112-19309/comment_3_2f30b301c14f3a7fa0f52715d6140353._comment b/doc/forum/Building_git-annex-3.20121112-19309/comment_3_2f30b301c14f3a7fa0f52715d6140353._comment
new file mode 100644
index 000000000..d4f48434c
--- /dev/null
+++ b/doc/forum/Building_git-annex-3.20121112-19309/comment_3_2f30b301c14f3a7fa0f52715d6140353._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="4.154.6.49"
+ subject="comment 3"
+ date="2012-11-25T18:56:01Z"
+ content="""
+On my Debian system, where it builds ok, I have the same ghc version, but version 2.1.1 of mtl. I suspect your old version of that is the problem. You can try using cabal to install a newer mtl:
+
+<pre>
+ cabal update
+ cabal install mtl
+</pre>
+"""]]