sseefried / docker-build-ghc-android

A Dockerfile to build a GHC 7.8.3 ARM cross compiler for Android development
58 stars 13 forks source link

Problem with cabal #6

Closed gazay closed 9 years ago

gazay commented 9 years ago

Hello, I've built compiler and try to install https://github.com/neurocyte/foreign-jni after, but I have strange error: https://gist.github.com/gazay/d9a71cc79ea5d56f35cc

Do you have any clue what could go wrong and what I should try to solve this?

Great work on this image btw!

gazay commented 9 years ago

this worked for me http://stackoverflow.com/questions/25765893/how-do-i-install-dependencies-when-cross-compiling-haskell-code.

sseefried commented 9 years ago

Yep, that technique is one that works for many packages, but not all.