From a288495f664d44039e34908cd7d0f8bef10bdf83 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sun, 25 Nov 2012 18:56:01 +0000 Subject: [PATCH] Added a comment --- ...ment_3_2f30b301c14f3a7fa0f52715d6140353._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/forum/Building_git-annex-3.20121112-19309/comment_3_2f30b301c14f3a7fa0f52715d6140353._comment 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 0000000000..d4f48434cb --- /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: + +
+  cabal update
+  cabal install mtl
+
+"""]]