ghci
on MacOSBut you can just build the single standalone applications and run them from the terminal instead.
To install SOE on Ubuntu 12.04 simply do the following.
Install Haskell Platform
Install the Graphics Libraries
$ cabal install OpenGL
$ cabal install GLFW
$ wget http://cseweb.ucsd.edu/classes/wi13/cse230-a/static/SOE-CSE230-wi13.tgz
$ tar -zxvf SOE-CSE230-wi13.tgz
$ ghc -i./SOE/src --make soe-test.hs
$ ./soe-test
You should see a window that looks like this
(Hit any key over the window to close it.)