We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c363d commit 51b6475Copy full SHA for 51b6475
cabal.project
@@ -17,12 +17,6 @@ benchmarks: True
17
18
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
--- 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
28
-- this at the top-level
0 commit comments