<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
    <title></title>
  </head>

  <body>
    <br />
    Don Stewart &lt;dons@galois.com&gt; hat am 24. Januar 2010 um 00:10 geschrieben:<br />
    <br />
    &gt; haskell:<br />
    &gt; &gt; &gt; Looks like the author of hxt has decided to support 6.12 only, at the<br />
    &gt; &gt; &gt; moment.<br />
    &gt; &gt; &gt;<br />
    &gt; &gt; &gt;&#160; &#160; &#160;base (&gt;=4.2 &amp;&amp; &lt;5)<br />
    &gt; &gt; &gt;<br />
    &gt; &gt; &gt; Ensures this will only work on the 6.12 series of compilers.<br />
    &gt; &gt; <br />
    &gt; &gt; Thanks. I know.<br />
    &gt; &gt; <br />
    &gt; &gt; My point is, i don&#39;t understand why hxt-8.3.2 (base &gt;= 4 &amp;&amp; &lt;5) fails to<br />
    &gt; &gt; install for me with:<br />
    &gt; &gt; <br />
    &gt; &gt; &quot;<br />
    &gt; &gt; src/Text/XML/HXT/Parser/TagSoup.hs:292:8:<br />
    &gt; &gt;&#160; &#160; &#160;Not in scope: `optLookupEntity&#39;<br />
    &gt; &gt; cabal: Error: some packages failed to install:<br />
    &gt; &gt; hxt-8.3.2 failed during the building phase. The exception was:<br />
    &gt; &gt; exit: ExitFailure 1<br />
    &gt; &gt; &quot;<br />
    &gt; <br />
    &gt; That looks like an error relating to the versoin of tagsoup used?<br />

    <div>
      <br />
    </div>

    <div>
      You&#39;re right, thanks.
    </div>

    <div>
      &quot;optLookupEntity&quot; is defined in tagsoup-0.6, but not in tagsoup-0.8.
    </div>

    <div>
      But hxt-8.3.2 broadly requires&#160;<span style="font-family: sans-serif, Arial, Helvetica, sans-serif; font-size: medium; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><a href="http://hackage.haskell.org/package/tagsoup-0.8">tagsoup</a>&#160;(&gt;=0.6 &amp;&amp; &lt;1).</span>
    </div>

    <div>
      <span style="font-family: sans-serif, Arial, Helvetica, sans-serif;"><span style="font-size: medium; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><br />
      </span></span>
    </div>

    <div>
      <span style="font-family: sans-serif, Arial, Helvetica, sans-serif;"><span style="font-size: medium; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;">I am no cabal expert. What is the best solution here?</span></span>
    </div>
  </body>
</html>