> I'm migrating my (stolen) Binary module to ghc 5.04 and it uses this
> function which also seems to have disappeared...am I just not 
> looking in the right place?

hPutBufBAFull was deprecated in 5.02 and it was removed in 5.04.  Use
hPutBufBA instead.

BTW, Haddock has a version of the Binary module which works with GHC
5.04.

Cheers,
        Simon
_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to