summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2023-01-16 11:53:22 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-01-23 04:51:08 -0500
commit3efd1e9934d9896e6c816e6cafb41b6872e3015b (patch)
treec5e9cfe6823569503ed71a8fc0f4a44ebb44b5f8 /testsuite
parentfec7c2ea8242773b53b253d9536426f743443944 (diff)
downloadhaskell-3efd1e9934d9896e6c816e6cafb41b6872e3015b.tar.gz
template-haskell: Bump version to 2.20.0.0
Updates `text` and `exceptions` submodules for bounds bumps. Addresses #22767.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/ghci/scripts/T21110.stderr2
-rw-r--r--testsuite/tests/package/T4806a.stderr2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/T21110.stderr b/testsuite/tests/ghci/scripts/T21110.stderr
index 13fe02def1..8674c36336 100644
--- a/testsuite/tests/ghci/scripts/T21110.stderr
+++ b/testsuite/tests/ghci/scripts/T21110.stderr
@@ -2,4 +2,4 @@
<no location info>: warning: [GHC-42258] [-Wunused-packages]
The following packages were specified via -package or -package-id flags,
but were not needed for compilation:
- - template-haskell-2.19.0.0 (exposed by flag -package template-haskell)
+ - template-haskell-2.20.0.0 (exposed by flag -package template-haskell)
diff --git a/testsuite/tests/package/T4806a.stderr b/testsuite/tests/package/T4806a.stderr
index 9bab35bcd7..fe98798453 100644
--- a/testsuite/tests/package/T4806a.stderr
+++ b/testsuite/tests/package/T4806a.stderr
@@ -3,5 +3,5 @@ T4806a.hs:1:1: error:
Could not load module ‘Data.Map’
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 template-haskell-2.19.0.0
+ deepseq-1.4.8.0 template-haskell-2.20.0.0
Use -v (or `:set -v` in ghci) to see a list of the files searched for.