From fc073b05b08c7f194788c9dde07bdc6de4b01f3e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 3 Dec 2014 14:51:29 -0400 Subject: [PATCH] clarify where host libs come from --- standalone/android/install-haskell-packages | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages index 3cd6d3e6a3..b4ff871a90 100755 --- a/standalone/android/install-haskell-packages +++ b/standalone/android/install-haskell-packages @@ -8,6 +8,10 @@ # versions that have been gotten working. To update, delete the # cabal.config, run this script with an empty cabal and fix up the broken # patches, and then use cabal freeze to generate a new cabal.config. +# +# This only installs haskell packages for ghc-android. The host ghc +# also needs to have all the git-annex build deps installed, in similar +# versions. Those are installed from Debian packages using apt. set -e