From 9fa818dea9b0aca2e55a21b7fe7520d00814d6db Mon Sep 17 00:00:00 2001 From: Austin Seipp <austin@well-typed.com> Date: Wed, 2 Jul 2014 10:27:16 -0500 Subject: [PATCH] Fix T9160 under ./validate Signed-off-by: Austin Seipp <austin@well-typed.com> --- testsuite/tests/indexed-types/should_fail/T9160.stderr | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testsuite/tests/indexed-types/should_fail/T9160.stderr b/testsuite/tests/indexed-types/should_fail/T9160.stderr index 7a476d4f42cc..38e79b392ec5 100644 --- a/testsuite/tests/indexed-types/should_fail/T9160.stderr +++ b/testsuite/tests/indexed-types/should_fail/T9160.stderr @@ -1,6 +1,9 @@ Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. +Loading package array-0.5.0.0 ... linking ... done. +Loading package deepseq-1.3.0.2 ... linking ... done. +Loading package containers-0.5.5.1 ... linking ... done. Loading package pretty-1.1.1.1 ... linking ... done. Loading package template-haskell ... linking ... done. -- GitLab