diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
 # Revision history for quickcheck-silent
 
+## 0.11.0.3 -- 2026-08-07
+
+* There seem to be a lot of errors that aren't happening on build of the
+  project, but then, they are showing up when building the `Hackage` package:
+  
+  ```sh
+  Running phase: buildPhase
+  Preprocessing library for quickcheck-silent-0.11.0.2...
+  Building library for quickcheck-silent-0.11.0.2...
+  [1 of 1] Compiling Test.QuickCheck.Silent ( src/Test/QuickCheck/Silent.hs, dist/build/Test/QuickCheck/Silent.o, dist/build/Test/QuickCheck/Silent.dyn_o )
+  <no location info>: error: [GHC-08674]
+      The package (containers-0.7) is required to be trusted but it isn't!
+  ```
+
 ## 0.11.0.2 -- 2026-08-07
 
 * This did not help at all:
diff --git a/quickcheck-silent.cabal b/quickcheck-silent.cabal
--- a/quickcheck-silent.cabal
+++ b/quickcheck-silent.cabal
@@ -10,7 +10,7 @@
 build-type: Simple
                                               
 name: quickcheck-silent
-version: 0.11.0.2
+version: 0.11.0.3
 
 synopsis: Testing with QuickCheck in silence
 description: Testing with QuickCheck in silence. For more info see README.md
@@ -118,6 +118,7 @@
       -- Test
       -trust=QuickCheck
       -trust=array
+      -trust=containers
       -trust=deepseq
       -trust=ghc-prim
       -trust=random
