add it to PATH $ git clone https://github.com/zw3rk/toolchain-wrapper $ (cd toolchain-wrapper && ./bootstrap) $ export PATH=$PWD/toolchain-wrapper:$PATH Modify the toolchain config: - toolchain-wrapper/android-toolchain.config (macOS) - toolchain-wrapper/linux-android-toolchain.config (linux) to match your installed Android NDK. Moritz Angermann, Haskell.sg November Meetup, Singapore
Create a small Haskell library • Link the Haskell library with the application • Run some trivial Haskell code Moritz Angermann, Haskell.sg November Meetup, Singapore
the archive into Xcode and link; glue code easier in Obj-C. • Building with cabal It is possible, requires a very recent cabal from git and some manual intervention (haskell/cabal#4939; haskell/cabal#4972) • Make sure you keep your package databases separate! This could and should be handled better by cabal and ghc. • User Guide and Tutorials are coming mobile-haskell-user-guilde.rtfd.io Moritz Angermann, Haskell.sg November Meetup, Singapore