File: rtsopts_remove_N

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

--- a/genvalidity-hspec.cabal
+++ b/genvalidity-hspec.cabal
@@ -84,7 +84,7 @@
       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