File: rtsopts_remove_N

package info (click to toggle)
haskell-fast-logger 3.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: haskell: 898; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: b/fast-logger.cabal
===================================================================
--- a/fast-logger.cabal
+++ b/fast-logger.cabal
@@ -67,7 +67,7 @@ test-suite spec
     hs-source-dirs:   test
     other-modules:    FastLoggerSpec
     default-language: Haskell2010
-    ghc-options:      -Wall -threaded -rtsopts -with-rtsopts=-N
+    ghc-options:      -Wall -threaded
     build-depends:
         base >=4 && <5,
         async,