forked from GitHub/gf-core
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:
@@ -56,6 +56,8 @@ module Data.Binary (
|
||||
|
||||
) where
|
||||
|
||||
#include "MachDeps.h"
|
||||
|
||||
import Data.Word
|
||||
|
||||
import Data.Binary.Put
|
||||
|
||||
Reference in New Issue
Block a user