File: no-rts-n

package info (click to toggle)
haskell-versions 5.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 128 kB
  • sloc: haskell: 798; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/versions.cabal
+++ b/versions.cabal
@@ -57,7 +57,10 @@ test-suite versions-test
   type:           exitcode-stdio-1.0
   main-is:        Test.hs
   hs-source-dirs: test
-  ghc-options:    -threaded -with-rtsopts=-N
+  if arch(arm) || arch(mips) || arch(s390x) || arch(i386)
+    ghc-options:    -threaded
+  else
+    ghc-options:    -threaded -with-rtsopts=-N
   build-depends:
     , microlens         >=0.4
     , QuickCheck        >=2.9