Simple working example

It turns out that installing GHC on the parallella is as simple as 'sudo apt-get install ghc'
I have translated the apps/hello-world example to Haskell and made it available at . The data definitions, foreign imports, and some utility functions are in a separate file that may be of use to anyone wanting to try similar things.
This example only runs Haskell on the host, the epiphany cores are still running the original c code - I hope to be able to do something about that.
I have translated the apps/hello-world example to Haskell and made it available at . The data definitions, foreign imports, and some utility functions are in a separate file that may be of use to anyone wanting to try similar things.
This example only runs Haskell on the host, the epiphany cores are still running the original c code - I hope to be able to do something about that.