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 3d4e229 commit e9b251dCopy full SHA for e9b251d
cabal.project
@@ -1,3 +1,9 @@
1
packages:
2
.
3
+-- Always write GHC env files, because they are needed for repl and by the doctests.
4
+write-ghc-environment-files: always
5
+-- Always build tests and benchmarks.
6
tests: true
7
+benchmarks: true
8
+-- The only sensible test display option
9
+test-show-details: streaming
0 commit comments