To build and run roguestar, you will need the following third party packages:
ghc version 6.6 or higher. (Note: You may have problems building with ghc 6.8.3.)
The following from hackage: arrows, glut, mtl, opengl, parallel, MaybeT, MonadRandom
To build:
cd into rsagl, roguestar-engine and roguestar-gl in turn, and type:
cd
$ runghc Setup.hs configure
$ runghc Setup.hs build
$ sudo runghc Setup.hs install