Toy project for testing out Haskell on iOS. For more information on how this works and what the different parts are, please check out my post on Mobile Haskell (iOS) at my blog.
While you should probably read the blog post, for the impatient and brave, simply,
- clone down the MobileHaskellFun repository,
- run
./setup-tools.sh
to set up the tools, - cd into
hs-src/
- build the package index
./call x86_64-apple-ios-cabal new-update --allow-newer
, - run
./call make iOS
to compile the program for iOS, - and finally launch Xcode and start the simulator.
You should get a screen like below,