We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c363d commit 34bdce6Copy full SHA for 34bdce6
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