File: no-rts-n

package info (click to toggle)
haskell-hspec-hedgehog 0.0.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 96 kB
  • sloc: haskell: 153; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/hspec-hedgehog.cabal
+++ b/hspec-hedgehog.cabal
@@ -41,7 +41,10 @@ test-suite hspec-hedgehog-test
       Spec.hs
   hs-source-dirs:
       test
-  ghc-options: -threaded -rtsopts -with-rtsopts=-N
+  if arch(arm) || arch(mips) || arch(s390x) || arch(i386)
+    ghc-options: -threaded -rtsopts
+  else
+    ghc-options: -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       base          >= 4.7   && < 5
     , hspec-hedgehog