<br><font size=2 face="sans-serif">I'm trying to build the latest regex
base, which is required for the other regex packages under ghc 6.7</font>
<br>
<br><font size=2 face="sans-serif">It complains that it can't find Data.Sequence,
because it's in a hidden module containers. I added containers to the cabal
depends as can be seen in the grep below.</font>
<br>
<br><font size=2 face="sans-serif">And containers isn't hidden when I do
ghc-pkg list.</font>
<br>
<br><font size=2 face="sans-serif">What gives?</font>
<br>
<br><font size=2 face="sans-serif">Still getting used to cabal...</font>
<br>
<br><font size=2 face="sans-serif">thomas.</font>
<br>
<br>
<br><font size=2 face="Courier New">hartthoma@linuxpt:~/installs/regex-base-0.91&gt;runghc
Setup.hs build</font>
<br><font size=2 face="Courier New">Preprocessing library regex-base-0.91...</font>
<br><font size=2 face="Courier New">Building regex-base-0.91...</font>
<br>
<br><font size=2 face="Courier New">Text/Regex/Base/RegexLike.hs:47:17:</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; Could not find module
`Data.Sequence':</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; it is a member
of package containers-0.1, which is hidden</font>
<br>
<br><font size=2 face="Courier New">hartthoma@linuxpt:~/installs/regex-base-0.91&gt;grep
-i containers regex-base.cabal</font>
<br><font size=2 face="Courier New">Build-Depends: &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;base &gt;= 2.0, mtl, containers </font>
<br>
<br><font size=2 face="Courier New">hartthoma@linuxpt:~/installs/regex-base-0.91&gt;ghc-pkg
list</font>
<br><font size=2 face="Courier New">/usr/local/lib/ghc-6.7.20070816/package.conf:</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; Cabal-1.1.7, HUnit-1.1.1,
QuickCheck-1.0.1, array-0.1,</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; arrows-0.2.1, base-2.1,
bytestring-0.1, cgi-3001.1.5,</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; containers-0.1, directory-1.0,
fgl-5.4.1, filepath-1.0,</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; (ghc-6.7.20070816), haskell-src-1.0.1,
haskell98-1.0, hpc-0.5,</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; html-1.0.1, mtl-1.0.1,
network-2.0.1, old-locale-1.0, old-time-1.0,</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; packedstring-0.1, parallel-1.0,
parsec-2.0, pretty-1.0,</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; process-1.0, random-1.0,
readline-1.0, regex-base-0.72, rts-1.0,</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; stm-2.1, template-haskell-0.1,
unix-2.0, xhtml-3000.0.2</font>
<br>
<span style="font-family:sans-serif,helvetica; font-size:10pt; color:#000000">---</span><br>
<br>
<span style="font-family:sans-serif,helvetica; font-size:10pt; color:#000000">This e-mail may contain confidential and/or privileged information. If you </span><br>
<span style="font-family:sans-serif,helvetica; font-size:10pt; color:#000000">are not the intended recipient (or have received this e-mail in error) </span><br>
<span style="font-family:sans-serif,helvetica; font-size:10pt; color:#000000">please notify the sender immediately and destroy this e-mail. Any </span><br>
<span style="font-family:sans-serif,helvetica; font-size:10pt; color:#000000">unauthorized copying, disclosure or distribution of the material in this </span><br>
<span style="font-family:sans-serif,helvetica; font-size:10pt; color:#000000">e-mail is strictly forbidden.</span><br>