summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Wilson <douglas.wilson@gmail.com>2022-07-26 08:16:56 +0100
committerDouglas Wilson <douglas.wilson@gmail.com>2022-08-02 10:11:25 +0100
commit00c1ed280d61f09e793061a9ba2a9b0b3c8a587e (patch)
tree473bc2a04eaa36488b22e1c0ac85769bb6920419
parent16c0829aee19f22c49711bc235085d557443a3e4 (diff)
downloadhaskell-wip/bump-containers.tar.gz
-rw-r--r--hadrian/src/Settings/Default.hs1
m---------libraries/containers0
-rw-r--r--testsuite/tests/package/T4806a.stderr4
3 files changed, 3 insertions, 2 deletions
diff --git a/hadrian/src/Settings/Default.hs b/hadrian/src/Settings/Default.hs
index 9caa19af39..7d36a54c54 100644
--- a/hadrian/src/Settings/Default.hs
+++ b/hadrian/src/Settings/Default.hs
@@ -75,6 +75,7 @@ stage0Packages = do
, cabalSyntax
, cabal
, compiler
+ , containers
, directory
, process
, exceptions
diff --git a/libraries/containers b/libraries/containers
-Subproject 5c1ce92782d89ecc44913834069c7b362b21719
+Subproject 50175b72dc781f82a419bddafba1bdd758fbee4
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.