From 76204aa3665d1e5e542d5b3342846a7f2c120e6f Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 1 Oct 2023 17:17:13 +0800 Subject: [PATCH] Re-enable threaded runtime Needed for vty. --- ghcup.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcup.cabal b/ghcup.cabal index c916693..ede28c6 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -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