Fix the interface-file incompatibility crash (#3435)
authorSimon Marlow <marlowsd@gmail.com>
Fri, 21 Aug 2009 15:47:37 +0000 (15:47 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 21 Aug 2009 15:47:37 +0000 (15:47 +0000)
commit1118ecad5c51fcca4aa2d219a0ba2b759a73d567
treeae27f69a42aa77cc3625da6dc70c2641d01b33b5
parentaf5a8f955fffa6c3d6b5c7f6552cee191e02c4d8
Fix the interface-file incompatibility crash (#3435)

We now have a dummy 32/64-bit field near the beginning of a .hi file
for backward-compatibility reasons; see comments (Note [dummy iface
field]) in BinIface.hs.
compiler/iface/BinIface.hs