diff options
author | tv <tv@krebsco.de> | 2023-02-07 20:50:40 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-02-07 20:50:40 +0100 |
commit | 3229ed627a2613ede335e3c776cd37e4b34e2a61 (patch) | |
tree | 4e270082de3e8a967abd633c055e0cbd03480ed5 /tv/5pkgs/haskell | |
parent | 01d73c654c53bcfa7c033622e753bbde5c3f7fd9 (diff) |
tv xmonad: use non-threaded runtime
Diffstat (limited to 'tv/5pkgs/haskell')
-rw-r--r-- | tv/5pkgs/haskell/xmonad-tv/src/xmonad-tv.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/5pkgs/haskell/xmonad-tv/src/xmonad-tv.cabal b/tv/5pkgs/haskell/xmonad-tv/src/xmonad-tv.cabal index a81d9dc..94aecd7 100644 --- a/tv/5pkgs/haskell/xmonad-tv/src/xmonad-tv.cabal +++ b/tv/5pkgs/haskell/xmonad-tv/src/xmonad-tv.cabal @@ -23,4 +23,4 @@ executable xmonad other-modules: Shutdown default-language: Haskell2010 - ghc-options: -O2 -Wall -threaded + ghc-options: -O2 -Wall |