Use explicit Word32/Int32 in place of Int in the on-disk .hi file
authorSimon Marlow <marlowsd@gmail.com>
Fri, 21 Aug 2009 15:50:28 +0000 (15:50 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 21 Aug 2009 15:50:28 +0000 (15:50 +0000)
commit1631a17da7e82f937e7ddbb49c747bc97d84ca69
tree53496af147ad36f7b181f3664aff2f384adb2782
parent1118ecad5c51fcca4aa2d219a0ba2b759a73d567
Use explicit Word32/Int32 in place of Int in the on-disk .hi file
For: FastStrings, Names, and Bin values.  This makes .hi files smaller
on 64-bit platforms, while also making the format a bit more robust.
compiler/basicTypes/Name.lhs
compiler/iface/BinIface.hs
compiler/utils/Binary.hs