File: rtsopts_remove_N

package info (click to toggle)
haskell-prettyprinter-ansi-terminal 1.1.2-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 124 kB
  • sloc: haskell: 341; ansic: 16; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
--- a/prettyprinter-ansi-terminal.cabal
+++ b/prettyprinter-ansi-terminal.cabal
@@ -57,7 +57,7 @@
     build-depends:
           base    >= 4.7 && < 5
         , doctest >= 0.9
-    ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
+    ghc-options: -Wall -threaded
     default-language: Haskell2010
     if impl (ghc < 7.10)
         buildable: False