Re-enable threaded runtime

Needed for vty.
This commit is contained in:
Julian Ospald 2023-10-01 17:17:13 +08:00
parent 502f0ea62f
commit 76204aa366
No known key found for this signature in database
GPG Key ID: 4275CDA6A29BED43
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ executable ghcup
ghc-options:
-Wall -fwarn-tabs -fwarn-incomplete-uni-patterns
-fwarn-incomplete-record-updates
-fwarn-incomplete-record-updates -threaded
build-depends:
, ghcup