<br><font size=2 face="sans-serif">happs on ghc 6.7 won't work because
of dependency on Data.Binary, since everything that depends on Data.Binary
is broken at present.</font>
<br>
<br><font size=2 face="sans-serif">This is for Data.Binary installed via
cabal from darcs get --partial http://darcs.haskell.org/binary . Cabal
installed without any errors, but perhaps there should have been one since
it appears broke.</font>
<br>
<br><font size=2 face="sans-serif">So I think my project of using the ghc
debugger to help understand happs is on ice until this gets resolved.</font>
<br>
<br><font size=2 face="sans-serif">Unless this has been fixed since August
16. (Anyone out there got a more recent version?)</font>
<br>
<br><font size=2 face="sans-serif">$ cat UseDataBinary.hs</font>
<br><font size=2 face="sans-serif">import Data.Binary</font>
<br>
<br><font size=2 face="sans-serif">main = putStrLn &quot;hello world&quot;</font>
<br>
<br><font size=2 face="sans-serif">$ /usr/local/bin/ghc-6.6.1 -e 'main'
UseDataBinary.hs</font>
<br><font size=2 face="sans-serif">hello world</font>
<br>
<br><font size=2 face="sans-serif">$ /usr/local/bin/ghc-6.7.20070816 -e
'main' UseDataBinary.hs</font>
<br><font size=2 face="sans-serif">&lt;interactive&gt;: /usr/local/lib/binary-0.3/ghc-6.7.20070816/HSbinary-0.3.o:
unknown symbol `stg_uncheckedShiftRL64'</font>
<br><font size=2 face="sans-serif">ghc-6.7.20070816: unable to load package
`binary-0.3'</font>
<br>
<br><font size=2 face="sans-serif">$ /usr/local/bin/ghc-6.7.20070816 -e
'' UseDataBinary.hs</font>
<br>
<br>
<br>
<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>