By: Tom Sydney Kerckhove <syd@cs-syd.eu>
Drop unused QuickCheck + genvalidity-sydtest-aeson deps; rename shadowing
CI flagged two issues:
- nix-build's -Werror=name-shadowing tripped on 'name' and 'str'
locals shadowing OptEnvConf re-exports. Rename to 'pname' and 'input'.
- nix-build's -Werror=unused-packages tripped on QuickCheck (the only
user was the Gen module's listOf+suchThat string generator, which
went away with the JSON config) and genvalidity-sydtest-aeson (its
sole user was the deleted jsonSpec on MutationDriverConfig).
| Time to Start | Worker time | Duration | Time to finish | |
| Config | 0s | 3s | 3s | 3s |
| Eval | 4s | 35s | 35s | 39s |
| Build | 11s | 33s | 23s | 35s |
| Test | - | - | - | - |
| Deploy | - | - | - | - |
| Suite | 0s | 1m11s | 38s | 39s |