Skip to content

Commit 749606a

Browse files
authored
Merge pull request #89 from haskell-works/newhoggy/disable-building-on-aarch64
Disable building on aarch64
2 parents 9a563ed + 1cfa0c4 commit 749606a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hw-json-simd.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ copyright: 2018-2021 John Ky
1313
license: BSD-3-Clause
1414
license-file: LICENSE
1515
build-type: Simple
16-
tested-with: GHC == 9.2.2, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5
16+
tested-with: GHC == 9.4.2, GHC == 9.2.4, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5
1717
extra-source-files: cbits/debug.h
1818
cbits/simd.h
1919
cbits/intrinsics.h
@@ -72,6 +72,8 @@ common config
7272
ghc-options: -mbmi2
7373
if flag(avx2)
7474
cc-options: -mavx2
75+
if (arch(aarch64) || arch(arm))
76+
build-depends: base < 0
7577

7678
library
7779
import: base, config

0 commit comments

Comments
 (0)