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
