You should be able to get it to work by downloading the archive, gunzip and untarring the source and changing Utils.hs to include this line after the line "import Control.Monad":
import Control.Exception hiding ( assert )
After that build with these commands from the top of the source tree: