Skip to content

Commit

Permalink
Allow specifying rts options (#181)
Browse files Browse the repository at this point in the history
Most rts options are disable without -rtsopts
  • Loading branch information
TeofilC authored Oct 28, 2024
1 parent 56028d0 commit 801491c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weeder.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 801491c

Please sign in to comment.