From 7739ee3f2da36adeb2b2b6051bbe46d41acc3331 Mon Sep 17 00:00:00 2001 From: sharno Date: Wed, 17 Jun 2020 20:26:19 -0400 Subject: [PATCH] Part of #598 Frozen windows executable requires `-threaded` flag for FSNotify to use the multithreaded runtime --- parser-typechecker/unison-parser-typechecker.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser-typechecker/unison-parser-typechecker.cabal b/parser-typechecker/unison-parser-typechecker.cabal index 5c2f0725f8..5be9914be1 100644 --- a/parser-typechecker/unison-parser-typechecker.cabal +++ b/parser-typechecker/unison-parser-typechecker.cabal @@ -237,7 +237,7 @@ executable unison main-is: Main.hs hs-source-dirs: unison default-language: Haskell2010 - ghc-options: -Wall -fno-warn-name-shadowing -fno-warn-missing-pattern-synonym-signatures -rtsopts + ghc-options: -Wall -threaded -fno-warn-name-shadowing -fno-warn-missing-pattern-synonym-signatures -rtsopts other-modules: System.Path Version