summaryrefslogtreecommitdiff
path: root/testsuite/tests/module
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-09-03 21:31:32 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-09-09 18:31:40 -0400
commit5aae5b325ccef857800f1840665a0e1b152e9b88 (patch)
tree81e00f6fbe87e2c7a69be5084376d29e767a492e /testsuite/tests/module
parent7911d0d983a68eb0d54d7c1ba51326d6be737aae (diff)
downloadhaskell-5aae5b325ccef857800f1840665a0e1b152e9b88.tar.gz
gitlab-ci: Bump Docker images
We now generate our Docker images via Dhall definitions, as described in ghc/ci-images!52. Additionally, we are far more careful about where tools come from, using the ALEX, HAPPY, HSCOLOR, and GHC environment variables (set in the Dockerfiles) to find bootstrapping tools.
Diffstat (limited to 'testsuite/tests/module')
-rw-r--r--testsuite/tests/module/mod184.stderr1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod184.stderr b/testsuite/tests/module/mod184.stderr
index ef5a80ae60..8fe888c028 100644
--- a/testsuite/tests/module/mod184.stderr
+++ b/testsuite/tests/module/mod184.stderr
@@ -1,3 +1,4 @@
+
mod184.hs:6:8: warning: [-Wprepositive-qualified-module]
Found ‘qualified’ in prepositive position
Suggested fix: place ‘qualified’ after the module name instead.