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.
2 parents ac01764 + 24b2bd5 commit 2df64b4Copy full SHA for 2df64b4
cabal-testsuite/README.md
@@ -226,8 +226,8 @@ technical innovations to make this work:
226
to these scripts.
227
228
* The startup latency of `runghc` can be quite high, which adds up
229
- when you have many tests. To solve this, in `Test.Cabal.Server`
230
- we have an implementation an GHCi server, for which we can reuse
+ when you have many tests. To solve this, our `Test.Cabal.Server`
+ GHCi server implementation can reuse
231
a GHCi instance as we are running test scripts. It took some
232
technical ingenuity to implement this, but the result is that
233
running scripts is essentially free.
0 commit comments