From 6f256691b13bf7ac5eb883804e9c3506d1cec0b6 Mon Sep 17 00:00:00 2001 From: "Rune K. Svendsen" Date: Wed, 8 Jan 2025 10:18:35 +0100 Subject: [PATCH] GHC.Packing.Type: aarch64 support --- GHC/Packing/Type.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/Packing/Type.hs b/GHC/Packing/Type.hs index e8e5f60..dea1327 100644 --- a/GHC/Packing/Type.hs +++ b/GHC/Packing/Type.hs @@ -280,7 +280,7 @@ prgHash = unsafePerformIO $ -- removed. This code here is a cheap and incomplete hack, as the -- package would otherwise need a configure script. -#if x86_64_BUILD_ARCH +#if x86_64_BUILD_ARCH || aarch64_BUILD_ARCH type TargetWord = Word64 hexWordFmt = "0x%016x" #elif i386_BUILD_ARCH