Include MachDeps.h in Data/Binary.hs, since it uses WORD_SIZE_IN_BITS. Without this, the Binary Word instance would be wrong on 64-bit machines.

This commit is contained in:
bringert
2008-11-19 20:30:57 +00:00
parent 86878c0cf4
commit 9167185d21

View File

@@ -56,6 +56,8 @@ module Data.Binary (
) where
#include "MachDeps.h"
import Data.Word
import Data.Binary.Put