<br><br><div class="gmail_quote">On Tue, Nov 8, 2011 at 2:31 PM, Audun Skaugen <span dir="ltr">&lt;<a href="mailto:audunskaugen@gmail.com">audunskaugen@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">Erik Hesselink wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tue, Nov 8, 2011 at 12:16, Ivan Lazar Miljenovic<br>
&lt;<a href="mailto:ivan.miljenovic@gmail.com" target="_blank">ivan.miljenovic@gmail.com</a>&gt; wrote:<br>
  <br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 8 November 2011 22:10, Erik Hesselink &lt;<a href="mailto:hesselink@gmail.com" target="_blank">hesselink@gmail.com</a>&gt; wrote:<br>
    <br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This is because hSimpleDB doesn&#39;t specify version ranges on its<br>
dependencies, when it should. Since hxt changed its module structure<br>
going from 9.0 to 9.1, hSimpleDB doesn&#39;t build against 9.0.<br>
<br>
You can try to build it by adding &#39;--constraint=hxt==9.0.\*&#39; after<br>
your cabal-install command. You can also ask the author to add version<br>
ranges to the package.<br>
      <br>
</blockquote>
Is the escape needed if you&#39;re using single quotes?<br>
    <br>
</blockquote>
<br>
I don&#39;t know. I always escape *s in shell commands to be sure the<br>
shell doesn&#39;t expand them, but in most of the cases, it probably works<br>
without them. It will likely even work without quotes and without the<br>
escape, unless you have files matching the pattern.<br>
  <br>
</blockquote></div></div>
The single quote doesn&#39;t expand anything, so you don&#39;t need to escape the *. Actually, this will result in the backslash also being passed to cabal, so I would be surprised if your command works at all.<br>
</blockquote></div><br><br clear="all">No matter how you escape *, you get the same error:<br><br>Preprocessing library hSimpleDB-0.3...<br>Building hSimpleDB-0.3...<br><br>src/Network/AWS/Authentication.hs:47:7:<br>    Could not find module `Text.XML.HXT.Arrow&#39;:<br>
<br>