diff --git a/A-gent.cabal b/A-gent.cabal
--- a/A-gent.cabal
+++ b/A-gent.cabal
@@ -9,7 +9,7 @@
 build-type: Simple
                                   
 name: A-gent
-version: 0.11.0.0
+version: 0.11.0.1
 
 synopsis: Polite & well educated LLM agent with excellent manners that always behaves well
 description: Polite and well educated LLM agent with excellent manners that always behaves well
@@ -111,11 +111,13 @@
       -fpackage-trust
       -- Base
       -trust=base
-      -trust=ghc-internal
+      -- NOTE: Issue with Hackage that builds with 9.8.4. 9.10.x requies this:
+      -- -trust=ghc-internal
       -- Process
       -trust=process
       -trust=array
       -trust=ghc-prim
+      -trust=deepseq
       -- JSON
       -trust=containers
       -trust=mtl
