We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6687f82 commit 7b8e5edCopy full SHA for 7b8e5ed
cabal.project
@@ -19,7 +19,9 @@ write-ghc-environment-files: never
19
20
-- Link executables dynamically so the linker doesn't produce test
21
-- executables of ~150MB each and works lightning fast at that too
22
-executable-dynamic: True
+-- Disabled on Windows
23
+if(!os(windows))
24
+ executable-dynamic: True
25
26
-- Many of our tests only work single-threaded, and the only way to
27
-- ensure tasty runs everything purely single-threaded is to pass
0 commit comments