Index: b/pretty-simple.cabal
===================================================================
--- a/pretty-simple.cabal
+++ b/pretty-simple.cabal
@@ -52,7 +52,7 @@ executable pretty-simple
                      , text
                      , optparse-applicative
   default-language:    Haskell2010
-  ghc-options:         -Wall -threaded -rtsopts -with-rtsopts=-N
+  ghc-options:         -Wall -threaded -rtsopts
 
   if flag(buildexe)
     buildable:       True
@@ -67,7 +67,7 @@ executable pretty-simple-example
   build-depends:       base
                      , pretty-simple
   default-language:    Haskell2010
-  ghc-options:         -Wall -threaded -rtsopts -with-rtsopts=-N
+  ghc-options:         -Wall -threaded -rtsopts
 
   if flag(buildexample)
     buildable:       True
@@ -84,7 +84,7 @@ executable pretty-simple-json-example
                      , pretty-simple
                      , text
   default-language:    Haskell2010
-  ghc-options:         -Wall -threaded -rtsopts -with-rtsopts=-N
+  ghc-options:         -Wall -threaded -rtsopts
 
   if flag(buildexample)
     buildable:       True
@@ -102,7 +102,7 @@ benchmark pretty-simple-bench
                      , pretty-simple
                      , text
   default-language:    Haskell2010
-  ghc-options:         -Wall -threaded -rtsopts -with-rtsopts=-N
+  ghc-options:         -Wall -threaded -rtsopts
 
 source-repository head
   type:     git
