haskellPackages.hs-swisstable-hashtables-class: only build on x86_64

This commit is contained in:
Dennis Gosnell 2023-03-23 11:10:48 +09:00
parent 28ee5a375a
commit 16476ccdce
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
2 changed files with 2 additions and 0 deletions

View File

@ -561,6 +561,7 @@ supported-platforms:
hsignal: [ platforms.x86 ] # -msse2
HFuse: [ platforms.linux ]
HQu: [ platforms.x86 ] # vendored C++ library needs i686/x86_64
hs-swisstable-hashtables-class: [ platforms.x86_64 ] # depends on swisstable, which Needs AVX2
hw-prim-bits: [ platforms.x86 ] # x86 assembler
inline-asm: [ platforms.x86 ] # x86 assembler
keid-core: [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)

View File

@ -148714,6 +148714,7 @@ self: {
testHaskellDepends = [ base hashtables swisstable ];
description = "Data.HashTable.Class instance definition for Data.HashTable.ST.Swiss";
license = lib.licenses.bsd3;
platforms = lib.platforms.x86_64;
}) {};
"hs-tags" = callPackage