Remove unneeded reqlibs for mtl and parsec in the GHC testsuite
Now that `mtl` and `parsec` are boot libraries, there's no need to qualify various tests in the testsuite with `reqlib('mtl')` or `reqlib('parsec')`. Test Plan: make test TEST="T4809 tcfail126 T4355 tc232 tc223 tc220 tc217 tc183 T5303 DoParamM qq005 qq006 galois_raytrace T1074 mod133 T3787 T4316 prog011 drvfail006 drvfail008" Reviewers: bgamari, austin Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3855
Showing
- testsuite/tests/deriving/should_fail/all.T 2 additions, 2 deletionstestsuite/tests/deriving/should_fail/all.T
- testsuite/tests/ghci/prog011/prog011.T 1 addition, 1 deletiontestsuite/tests/ghci/prog011/prog011.T
- testsuite/tests/ghci/scripts/all.T 1 addition, 1 deletiontestsuite/tests/ghci/scripts/all.T
- testsuite/tests/indexed-types/should_compile/all.T 1 addition, 1 deletiontestsuite/tests/indexed-types/should_compile/all.T
- testsuite/tests/module/all.T 2 additions, 2 deletionstestsuite/tests/module/all.T
- testsuite/tests/programs/galois_raytrace/test.T 1 addition, 1 deletiontestsuite/tests/programs/galois_raytrace/test.T
- testsuite/tests/quasiquotation/qq005/test.T 0 additions, 1 deletiontestsuite/tests/quasiquotation/qq005/test.T
- testsuite/tests/quasiquotation/qq006/test.T 1 addition, 1 deletiontestsuite/tests/quasiquotation/qq006/test.T
- testsuite/tests/rebindable/all.T 2 additions, 2 deletionstestsuite/tests/rebindable/all.T
- testsuite/tests/simplCore/should_compile/all.T 1 addition, 1 deletiontestsuite/tests/simplCore/should_compile/all.T
- testsuite/tests/typecheck/should_compile/all.T 6 additions, 6 deletionstestsuite/tests/typecheck/should_compile/all.T
- testsuite/tests/typecheck/should_fail/all.T 1 addition, 1 deletiontestsuite/tests/typecheck/should_fail/all.T
- testsuite/tests/typecheck/should_run/all.T 1 addition, 1 deletiontestsuite/tests/typecheck/should_run/all.T
Loading
Please register or sign in to comment