Skip to content

Commit

Permalink
GHC.Packing.Type: aarch64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
runeksvendsen committed Jan 9, 2025
1 parent 6f22a07 commit b704dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GHC/Packing/Type.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b704dcf

Please sign in to comment.