diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-23 17:39:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-23 17:39:53 -0400 |
commit | 12a8f2555e1c6d3a8d6ef7d60382265fa5be70b0 (patch) | |
tree | 637f2607456cb57d94d07a5d30d5827ab8b665e0 | |
parent | 8fbad9024eb48ec62e3b783277027ef5558adcb4 (diff) |
future work
-rwxr-xr-x | standalone/android/install-haskell-packages | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages index f875ca9eb..b86d780a2 100755 --- a/standalone/android/install-haskell-packages +++ b/standalone/android/install-haskell-packages @@ -8,6 +8,9 @@ # It attempts to reuse patches for older versions, but # new versions of packages often break cross-compilation by adding TH, # etc +# +# Future work: Convert to using the method used here: +# https://github.com/kaoskorobase/ghc-ios-cabal-scripts/ set -e |