File: rtsopts_remove_N

package info (click to toggle)
haskell-genvalidity-hspec 1.0.0.3-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: haskell: 1,630; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 528 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Don't build test executables with RTS -N
Author: Ilias Tsitsimpis <iliastsi@debian.org>

Index: b/genvalidity-hspec.cabal
===================================================================
--- a/genvalidity-hspec.cabal
+++ b/genvalidity-hspec.cabal
@@ -82,7 +82,7 @@ test-suite genvalidity-hspec-test
       Paths_genvalidity_hspec
   hs-source-dirs:
       test/
-  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
+  ghc-options: -threaded -Wall
   build-depends:
       QuickCheck
     , base >=4.9 && <5