diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-09-20 21:23:28 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-09-20 21:23:39 +0200 |
commit | 9f7e3633c692dce75c27607131bd386178fb0fcf (patch) | |
tree | 51e7cc68494a7c55014aa2d34e7a6a276907f40c /testsuite | |
parent | 4805abf413c02a2ed1af4fbeca2476590e984e37 (diff) | |
download | haskell-9f7e3633c692dce75c27607131bd386178fb0fcf.tar.gz |
Change linker message verbosity to `-v2` (re #7863)
With this change, the linker status logging output such as
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
is suppressed unless verbosity level is `-v2` or higher. This is done
to reduce the compiler message noise when TH is involved, which can
reduce the visibiliy of compile warnings.
Reviewed By: ekmett, austin
Differential Revision: https://phabricator.haskell.org/D232
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/indexed-types/should_fail/T9160.stderr | 5 | ||||
-rw-r--r-- | testsuite/tests/simplCore/should_compile/T5550.stderr | 3 |
2 files changed, 0 insertions, 8 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T9160.stderr b/testsuite/tests/indexed-types/should_fail/T9160.stderr index 11c6cd38b9..e356f80c86 100644 --- a/testsuite/tests/indexed-types/should_fail/T9160.stderr +++ b/testsuite/tests/indexed-types/should_fail/T9160.stderr @@ -1,8 +1,3 @@ -Loading package ghc-prim-0.3.1.0 ... linking ... done. -Loading package integer-gmp-0.5.1.0 ... linking ... done. -Loading package base-4.8.0.0 ... linking ... done. -Loading package pretty-1.1.1.1 ... linking ... done. -Loading package template-haskell-2.10.0.0 ... linking ... done. T9160.hs:18:8: Type indexes must match class instance head diff --git a/testsuite/tests/simplCore/should_compile/T5550.stderr b/testsuite/tests/simplCore/should_compile/T5550.stderr index c2fa315408..e69de29bb2 100644 --- a/testsuite/tests/simplCore/should_compile/T5550.stderr +++ b/testsuite/tests/simplCore/should_compile/T5550.stderr @@ -1,3 +0,0 @@ -Loading package ghc-prim-0.3.1.0 ... linking ... done. -Loading package integer-gmp-0.5.1.0 ... linking ... done. -Loading package base-4.8.0.0 ... linking ... done. |