mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
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
|
) where
|
||||||
|
|
||||||
|
#include "MachDeps.h"
|
||||||
|
|
||||||
import Data.Word
|
import Data.Word
|
||||||
|
|
||||||
import Data.Binary.Put
|
import Data.Binary.Put
|
||||||
|
|||||||
Reference in New Issue
Block a user