summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-02-08 16:06:32 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2022-02-10 13:55:37 +0000
commiteb676fd4b3849449a0a709254eeec413133e66b2 (patch)
treefce12a8fca0256d95b48b0249b53b72cb83eb308
parentc688e9b5dc07b39d8e9c9e6bce08a67005a604b6 (diff)
downloadhaskell-eb676fd4b3849449a0a709254eeec413133e66b2.tar.gz
Normalise output of safePkg01
-rw-r--r--testsuite/tests/safeHaskell/check/pkg01/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/safeHaskell/check/pkg01/all.T b/testsuite/tests/safeHaskell/check/pkg01/all.T
index fd23b2d362..3b5cee562a 100644
--- a/testsuite/tests/safeHaskell/check/pkg01/all.T
+++ b/testsuite/tests/safeHaskell/check/pkg01/all.T
@@ -30,7 +30,7 @@ test('safePkg01',
[extra_files(['M_SafePkg.hs', 'M_SafePkg2.hs', 'M_SafePkg3.hs', 'M_SafePkg4.hs', 'M_SafePkg5.hs', 'M_SafePkg6.hs', 'M_SafePkg7.hs', 'M_SafePkg8.hs', 'Setup.hs', 'p.cabal']),
normalise_errmsg_fun(ignoreLdOutput, normalise_errmsg),
normalise_version("array", "ghc-bignum", "bytestring",
- "base", "deepseq", "ghc-prim"),
+ "base", "deepseq", "ghc-prim", "ghc-boot-th", "template-haskell"),
normalise_fun(normalise_errmsg)],
run_command, ['$MAKE -s --no-print-directory safePkg01 ' + make_args])