From 801491c9aea50fabef609c461214505659e6aa3b Mon Sep 17 00:00:00 2001 From: Teo Camarasu Date: Mon, 28 Oct 2024 16:44:36 +0000 Subject: [PATCH] Allow specifying rts options (#181) Most rts options are disable without -rtsopts --- weeder.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weeder.cabal b/weeder.cabal index b5c2db6..bb6df42 100644 --- a/weeder.cabal +++ b/weeder.cabal @@ -59,7 +59,7 @@ executable weeder , weeder main-is: Main.hs hs-source-dirs: exe-weeder - ghc-options: -Wall -fwarn-incomplete-uni-patterns -threaded -no-rtsopts-suggestions -with-rtsopts=-N + ghc-options: -Wall -fwarn-incomplete-uni-patterns -threaded -no-rtsopts-suggestions -with-rtsopts=-N -rtsopts default-language: Haskell2010 test-suite weeder-test