Skip to content

Commit

Permalink
Enable threaded RTS in executables
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Nov 2, 2016
1 parent 02d9e7c commit 6b83fb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions AiraEthBot/AiraEthBot.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ executable AiraEthBot
, telegram-bot
, acid-state
, text
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-extensions: OverloadedStrings
default-language: Haskell2010

Expand Down
1 change: 1 addition & 0 deletions AiraSecureBot/AiraSecureBot.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ executable AiraSecureBot
, telegram-bot
, acid-state
, text
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-extensions: OverloadedStrings
default-language: Haskell2010

Expand Down

0 comments on commit 6b83fb5

Please sign in to comment.