diff options
author | Joey Hess <id@joeyh.name> | 2014-12-03 14:51:29 -0400 |
---|---|---|
committer | Joey Hess <id@joeyh.name> | 2014-12-03 14:51:29 -0400 |
commit | 54f510d4d17a77ed13edd977652e2101da7322cf (patch) | |
tree | 18cb761b13a67c525584c267588858d760d8a589 /standalone | |
parent | 69957946eaa066406a243edca8fd3e19e7febfee (diff) |
clarify where host libs come from
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/android/install-haskell-packages | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages index 3cd6d3e6a..b4ff871a9 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 |