summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorDouglas Wilson <douglas.wilson@gmail.com>2022-07-26 08:16:56 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2022-08-31 13:16:01 +0100
commitf7a9947a93d021e6e1f0a04adf787db4d66b1ae5 (patch)
tree218e6f4f1d2dad67944c193794ec49bc999adddf /testsuite
parent837472b4895232c9ef06949b0c2af4dbac96744c (diff)
downloadhaskell-f7a9947a93d021e6e1f0a04adf787db4d66b1ae5.tar.gz
Update submodule containers to 0.6.6
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/package/T4806a.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/package/T4806a.stderr b/testsuite/tests/package/T4806a.stderr
index e16315199f..9bab35bcd7 100644
--- a/testsuite/tests/package/T4806a.stderr
+++ b/testsuite/tests/package/T4806a.stderr
@@ -1,7 +1,7 @@
T4806a.hs:1:1: error:
Could not load module ‘Data.Map’
- It is a member of the package ‘containers-0.6.0.1’
+ It is a member of the package ‘containers-0.6.6’
which is unusable because the -ignore-package flag was used to ignore at least one of its dependencies:
- deepseq-1.4.8.0
+ deepseq-1.4.8.0 template-haskell-2.19.0.0
Use -v (or `:set -v` in ghci) to see a list of the files searched for.