more work around for cabal dependency mess

This commit is contained in:
Joey Hess 2014-05-25 22:20:11 -04:00
parent ddb1f25209
commit ddd1a888a7

View file

@ -131,7 +131,10 @@ echo
echo native build
echo
setupcabal
installgitannexdeps
# --reorder-goals seems to be necessary to work around
# http://www.reddit.com/r/haskell/comments/26045a/if_youre_finding_cabal_cant_build_your_project/
# should be able to remove it eventually
installgitannexdeps --reorder-goals
echo
echo