Skip to content

Commit

Permalink
Part of unisonweb#598
Browse files Browse the repository at this point in the history
Frozen windows executable requires `-threaded` flag for FSNotify to use the multithreaded runtime
  • Loading branch information
sharno committed Jun 18, 2020
1 parent 8b57038 commit 7739ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser-typechecker/unison-parser-typechecker.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7739ee3

Please sign in to comment.