From dab741339581d2d281958b73a3b01b46a28c0541 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 25 May 2014 22:20:11 -0400 Subject: more work around for cabal dependency mess --- standalone/android/install-haskell-packages | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'standalone/android') diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages index b91d34a49..f278cd337 100755 --- a/standalone/android/install-haskell-packages +++ b/standalone/android/install-haskell-packages @@ -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 -- cgit v1.2.3