> 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=20 > 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