Amanda, > Error when renaming:: > Identifier Binary.<< used at 5:58 is not defined. > Identifier Binary.getBitsF used at 5:58 is not defined. This behaviour is due to a bug in the import mechanism, fixed in nhc98-1.10. If you don't want to upgrade just yet, then you can work around it in 1.08 by having both import Binary import qualified Binary in your file. Regards, Malcolm