<p dir="ltr">Cool. Thanks. I&#39;ve been meaning to start up some scripts for this myself, so I&#39;ll give yours a shot.</p>
<p dir="ltr">On a related note, ghc-ios/master-merge-ios currently has some bad submodule refs in the way of libraries/Win32 and containers. What&#39;s up with that?</p>
<p dir="ltr">- Alex</p>
<div class="gmail_quote">On Feb 22, 2013 11:54 AM, &quot;Peter Jones&quot; &lt;<a href="mailto:mlists@pmade.com">mlists@pmade.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Peter Jones &lt;<a href="mailto:mlists@pmade.com">mlists@pmade.com</a>&gt; writes:<br>
&gt; I&#39;m building ghc-ios for the first time and ran into this:<br>
&gt;<br>
&gt;     compiler/cmm/BlockId.hs:18:8:<br>
&gt;         Could not find module `Compiler.Hoopl.GHC&#39;<br>
&gt;         It is a member of the hidden package `hoopl-3.8.7.3&#39;.<br>
&gt;         Use -v to see a list of the files searched for.<br>
&gt;     make[1]: *** [compiler/stage1/build/.depend-v.haskell] Error 1<br>
&gt;     make: *** [all] Error 2<br>
<br>
<br>
This actually doesn&#39;t have anything to do with the currently installed<br>
hoopl package, it&#39;s related to the hoopl package tucked away in the<br>
libraries directory.<br>
<br>
If you do a fresh checkout of ghc-ios you wind up with too new of a<br>
version of libraries/hoopl.  The fix is to checkout the<br>
remotes/origin/ghc-7.4 branch.<br>
<br>
The same applies to libraries/directory and libraries/process.<br>
<br>
I&#39;m maintaining a script to keep this all straight:<br>
<br>
  <a href="https://github.com/pjones/ghc-ios-util/blob/master/ghc/checkout.sh" target="_blank">https://github.com/pjones/ghc-ios-util/blob/master/ghc/checkout.sh</a><br>
<br>
--<br>
Peter Jones --- Love to Develop<br>
<a href="tel:303-219-0226" value="+13032190226">303-219-0226</a> <a href="http://devalot.com" target="_blank">http://devalot.com</a><br>
<br>
_______________________________________________<br>
iPhone mailing list<br>
<a href="mailto:iPhone@haskell.org">iPhone@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/iphone" target="_blank">http://www.haskell.org/mailman/listinfo/iphone</a><br>
</blockquote></div>