--- text-short-0.1.5/text-short.cabal.orig 2023-12-02 17:28:54.398864806 +0100 +++ text-short-0.1.5/text-short.cabal 2023-12-02 17:29:41.729188141 +0100 @@ -32,14 +32,14 @@ other-modules: Data.Text.Short.Internal - build-depends: base >= 4.7 && < 4.17 + build-depends: base >= 4.7 && < 4.19 , bytestring >= 0.10.4 && < 0.12 , hashable >= 1.2.6 && < 1.5 , deepseq >= 1.3 && < 1.5 , text >= 1.0 && < 1.3 || >=2.0 && <2.1 , binary >= 0.7.1 && < 0.9 - , ghc-prim >= 0.3.1 && < 0.9 - , template-haskell >= 2.9.0.0 && <2.19 + , ghc-prim >= 0.3.1 && < 0.10 + , template-haskell >= 2.9.0.0 && <2.20 if impl(ghc >=8.0) build-depends: bytestring >= 0.10.8.0