This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus 2011-05-28 12:26:08 +00:00 committed by admin
parent f13863281c
commit 7db690bdc2

View file

@ -8,4 +8,4 @@ Command/Status.hs:133:37: Not in scope: `swap'
make: *** [git-annex] Error 1
</pre>
it fails on OSX 10.6.x with ghc 6.12.3 and a corresponding haskell-platform install.
it fails on OSX 10.6.x with ghc 6.12.3 and a corresponding haskell-platform install. I ran a bisect and found that commit 75a3f5027f74565d909fb940893636d081d9872a seems to have broken git-annex for me, reverting the commit allows me to build git-annex, I have not run the tests to verify everything is working correctly though.