To install SOE on Ubuntu 12.04 simply do the following.
$ sudo apt-get install haskell-platform
$ 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
ghci
with the extended search path$ ghci -i./SOE/src
Prelude> :load soe-test.hs
[1 of 1] Compiling Main ( soe-test.hs, interpreted )
Ok, modules loaded: Main.
Finally, test the code with the following
*Main> test
You should see a window that looks like this
(Hit any key over the window to close it.)