tv xmonad: use non-threaded runtime

This commit is contained in:
tv 2023-02-07 20:50:40 +01:00
parent 65d5e0413d
commit 7f012e96af
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ executable xmonad
other-modules:
Shutdown
default-language: Haskell2010
ghc-options: -O2 -Wall -threaded
ghc-options: -O2 -Wall