mirror of
https://github.com/ocharles/weeder.git
synced 2024-11-22 13:23:27 +03:00
Allow specifying rts options (#181)
Most rts options are disable without -rtsopts
This commit is contained in:
parent
56028d0c80
commit
801491c9ae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user