<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi,<br>
      <br>
      It is better to use "cabal unpack" to download and unpack the
      source.<br>
      <br>
      Cheers<br>
      Sylvain<br>
      <br>
      Le 20/08/2013 23:55, Stephen Tetley a &eacute;crit&nbsp;:<br>
    </div>
    <blockquote
cite="mid:CAB2TPRBXuJJHzCTpPp3+dxDt36ch9OfRu7SHi1f1VSh1u4uqmg@mail.gmail.com"
      type="cite">
      <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 "import Control.Monad":<br>
        <br>
        import Control.Exception hiding&nbsp; ( 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>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Beginners mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Beginners@haskell.org">Beginners@haskell.org</a>
<a class="moz-txt-link-freetext" href="http://www.haskell.org/mailman/listinfo/beginners">http://www.haskell.org/mailman/listinfo/beginners</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>