Description:  Do not run test suite threaded, does not work on all arches.
Author: Joachim Breitner <nomeata@debian.org>

Index: b/attoparsec.cabal
===================================================================
--- 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
