diff options
author | 2011-02-08 15:12:38 -0400 | |
---|---|---|
committer | 2011-02-08 15:12:38 -0400 | |
commit | d50da60c26b39c47f4bbd516b5aa5d6443ed4198 (patch) | |
tree | 26e6ae8a85434f905bafcaf7dbbb2e21bf004cf1 | |
parent | 45387b3fcb0785d0e9957a638fdd8ffccb3eb40c (diff) | |
parent | 217e5de24483e30d8dc7f9167da1531ddc0c94a4 (diff) |
Merge remote branch 'branchable/master'
-rw-r--r-- | doc/bugs/Problems_running_make_on_osx/comment_4_c52be386f79f14c8570a8f1397c68581._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/Problems_running_make_on_osx/comment_4_c52be386f79f14c8570a8f1397c68581._comment b/doc/bugs/Problems_running_make_on_osx/comment_4_c52be386f79f14c8570a8f1397c68581._comment new file mode 100644 index 000000000..e245e139f --- /dev/null +++ b/doc/bugs/Problems_running_make_on_osx/comment_4_c52be386f79f14c8570a8f1397c68581._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joey.kitenet.net/" + nickname="joey" + subject="comment 4" + date="2011-02-08T19:00:14Z" + content=""" +I doubt that git-annex can be used with QuickCheck 1.2.0. The QuickCheck I've tested it with is 2.1.0.3 actually. + +I suspect you have an old version of the TestPack haskell library on your system, that is linked against QuickCheck 1.2.0. Git-annex has been tested with TestPack 2.0.0, which uses QuickCheck 2.x. + +In any case, you don't have to run 'make test' to build git-annex, and my comments above should make the main program compile, I expect. +"""]] |