diff --git a/text.cabal b/text.cabal
index f63436098e9c49079456a6070b618f9de232dac4..8c01df39d2599c8fb98e4beff2628025e1ab6904 100644
--- a/text.cabal
+++ b/text.cabal
@@ -183,7 +183,7 @@ library
     binary           >= 0.5 && < 0.9,
     bytestring       >= 0.10.4 && < 0.12,
     deepseq          >= 1.1 && < 1.5,
-    ghc-prim         >= 0.2 && < 0.10,
+    ghc-prim         >= 0.2 && < 0.11,
     template-haskell >= 2.5 && < 2.20
 
   ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2