<div dir="ltr"><div><br></div>Maybe you forgot `git submodule init` or `git submodule update`? See this page for a simple trick to never forget again: <a href="https://ghc.haskell.org/trac/ghc/wiki/WorkingConventions/Git/Submodules#UsingaGitalias" target="_blank">https://ghc.haskell.org/trac/ghc/wiki/WorkingConventions/Git/Submodules#UsingaGitalias</a><div><br></div><div><div>If that didn't work, do a `make maintainer-clean` and try again.</div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 11, 2015 at 4:37 PM, Wolfgang Jeltsch <span dir="ltr"><<a href="mailto:g9ks157k@acme.softbase.org" target="_blank">g9ks157k@acme.softbase.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I just updated my GHC HEAD copy via git pull and tried to rebuild GHC<br>
with BuildFlavour set to devel2. I got the following error message:<br>
<br>
    ghc/InteractiveUI.hs:68:8: error:<br>
        Could not find module ‘Control.DeepSeq’<br>
        It is a member of the hidden package<br>
        ‘deepseq-1.4.1.1@deeps_6vMKxt5sPFR0XsbRWvvq59’.<br>
        Use -v to see a list of the files searched for.<br>
<br>
Any ideas what to do?<br>
<br>
All the best,<br>
Wolfgang<br>
<br>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
</blockquote></div><br></div>