From: Joachim Breitner <nomeata@debian.org>
Date: Sat, 12 Nov 2022 07:02:14 +0000
Subject: Do not run test suite threaded, does not work on all arches.

---
 attoparsec.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/attoparsec.cabal b/attoparsec.cabal
index ecbd5db..8c4080e 100644
--- a/attoparsec.cabal
+++ b/attoparsec.cabal
@@ -112,7 +112,7 @@ test-suite attoparsec-tests
                   QC.Text.Regressions
 
   ghc-options:
-    -Wall -threaded -rtsopts
+    -Wall -rtsopts
 
   if flag(developer)
     ghc-options: -Werror
