Always serialise Int as 64bit values; fixes trac #3041
authorIan Lynagh <igloo@earth.li>
Fri, 17 Jul 2009 22:42:03 +0000 (22:42 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 17 Jul 2009 22:42:03 +0000 (22:42 +0000)
commit4c96e4908c3cacae8e3feb4a6fccb120a5740a2a
tree155570fba3f71015a645a73b26e059c8b854727b
parent5d92b931e7278d214e585adce03014bfbd54c16f
Always serialise Int as 64bit values; fixes trac #3041
This means that, provided the values are small enough, files
serialized are portable between architectures. In particular,
.haddock files are portable.
compiler/utils/Binary.hs