diff options
author | stuebinm | 2022-11-23 01:25:59 +0100 |
---|---|---|
committer | stuebinm | 2022-11-23 14:40:31 +0100 |
commit | f66e6dc0f73032cc4537963822ac9283a24ca487 (patch) | |
tree | a8709c22b309fc3b808efc10fb9168682ba7c552 | |
parent | d52102e1a190aa5d44e8ea908bd9b452ee273714 (diff) |
use the threaded rts
(apparently i didn't do that yet???)
-rw-r--r-- | tracktrain.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tracktrain.cabal b/tracktrain.cabal index bb32447..d1cdce5 100644 --- a/tracktrain.cabal +++ b/tracktrain.cabal @@ -23,6 +23,7 @@ extra-source-files: CHANGELOG.md executable tracktrain main-is: Main.hs + ghc-options: -threaded -rtsopts build-depends: base ^>=4.14.3.0 , bytestring >= 0.10.10.0 , fmt >= 0.6.3.0 |