Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cabal-testsuite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ technical innovations to make this work:
to these scripts.

* The startup latency of `runghc` can be quite high, which adds up
when you have many tests. To solve this, in `Test.Cabal.Server`
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
a GHCi instance as we are running test scripts. It took some
technical ingenuity to implement this, but the result is that
running scripts is essentially free.
Expand Down