<div dir="ltr"><div>Hi Dimitri<br><br></div>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 &quot;import Control.Monad&quot;:<br>
<br>import Control.Exception hiding  ( assert )<br><br><div class="gmail_extra"><br></div><div class="gmail_extra">After that build with these commands from the top of the source tree:<br><br></div><div class="gmail_extra">
runhaskell Setup.hs configure<br>runhaskell Setup.hs build <br>runhaskell Setup.hs install<br><br></div><div class="gmail_extra">The original problem is that `catch` is no longer export by Prelude in GHC 7.6<br></div><div class="gmail_extra">
<br><br></div><div class="gmail_extra"><br><br></div></div>