Warning: This package indirectly depends on multiple versions of the same<br>package. This is highly likely to cause a compile failure.<br>package binary-0.4.2 requires bytestring-0.9.0.1<br>package bio-0.3.4.1 requires bytestring-0.9.1.0<br>
<br><br>ah ha .. Ketil, this is what you are saying? If so, how do I fix? install a newer version of binary?<br><br>regards, vasili<br><br><div class="gmail_quote">On Wed, Dec 3, 2008 at 1:32 AM, Ketil Malde <span dir="ltr">&lt;<a href="mailto:ketil@malde.org">ketil@malde.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">&quot;Galchin, Vasili&quot; &lt;<a href="mailto:vigalchin@gmail.com">vigalchin@gmail.com</a>&gt; writes:<br>

<br>
&gt; I think I am getting a namespace collition between<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; Data.ByteString.Lazy.Char8.ByteString<br>
&gt;<br>
&gt; and<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;Data.ByteString.Lazy.Internal.ByteString ....<br>
<br>
</div>You rarely need to import &#39;Internal&#39; directly.<br>
<div class="Ih2E3d"><br>
&gt; here is the error message ....<br>
&gt;<br>
&gt; &nbsp; &nbsp; Couldn&#39;t match expected type `B.ByteString&#39;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;against inferred type<br>
&gt; `bytestring-0.9.0.1:Data.ByteString.Lazy.Internal.ByteString&#39;<br>
<br>
</div>Are you sure this is not just a versioning problem? &nbsp;I.e. that some<br>
library is built against bytestring-0.X.Y, but your current import is<br>
bytestring-0.A.B, but your program expects these to be the same? &nbsp;(And<br>
they probably are, but the compiler can&#39;t really tell).<br>
<br>
-k<br>
<font color="#888888">--<br>
If I haven&#39;t seen further, it is by standing in the footprints of giants<br>
</font></blockquote></div><br>