more work around for cabal dependency mess
This commit is contained in:
parent
ddb1f25209
commit
ddd1a888a7
1 changed files with 4 additions and 1 deletions
|
@ -131,7 +131,10 @@ echo
|
||||||
echo native build
|
echo native build
|
||||||
echo
|
echo
|
||||||
setupcabal
|
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
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Add table
Reference in a new issue