<div dir="ltr">When trying to compile containers-0.2.0.1 with cabal-install 0.8.0, I get the following:<br><br>Data/IntMap.hs:182:7:<br>    Could not find module `Data.Data&#39;:<br>      It is a member of the hidden package `base&#39;.<br>
      Perhaps you need to add `base&#39; to the build-depends in your .cabal file.<br>      Use -v to see a list of the files searched for.<br><br>This does not occur when I install using the Setup.hs included with containers. Also, if I put a version range on base in containers.cabal (I tried &gt;= 4 &amp;&amp; &lt; 5), it also works just fine.<br>
<br>Any chance of getting a containers-0.2.0.2 released with a version range on base?<br><br>Thanks,<br>Michael<br></div>