Compare commits

..

2 Commits

Author SHA1 Message Date
ryndubei
ed3bdb1697
Merge 27ff3674a5 into 801491c9ae 2024-10-29 01:45:03 +08:00
Teo Camarasu
801491c9ae
Allow specifying rts options (#181)
Most rts options are disable without -rtsopts
2024-10-28 16:44:36 +00:00

View File

@ -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