--- text-short-0.1.6/text-short.cabal 2001-09-09 03:46:40.000000000 +0200 +++ text-short-0.1.6.new/text-short.cabal 2024-12-27 11:49:32.317011047 +0100 @@ -1,6 +1,7 @@ cabal-version: 1.18 name: text-short version: 0.1.6 +x-revision: 2 synopsis: Memory-efficient representation of Unicode text strings license: BSD3 license-file: LICENSE @@ -23,6 +24,7 @@ || ==9.4.8 || ==9.6.5 || ==9.8.2 + || ==9.10.1 extra-source-files: ChangeLog.md @@ -43,13 +45,13 @@ other-modules: Data.Text.Short.Internal build-depends: - base >=4.12 && <4.20 + base >=4.12 && <4.22 , binary >=0.8.6.0 && <0.9 , bytestring >=0.10.8.2 && <0.13 , deepseq >=1.4.4.0 && <1.6 - , ghc-prim >=0.5.3 && <0.12 - , hashable >=1.4.4.0 && <1.5 - , template-haskell >=2.14.0.0 && <2.22 + , ghc-prim >=0.5.3 && <0.14 + , hashable >=1.4.4.0 && <1.6 + , template-haskell >=2.14.0.0 && <2.24 , text >=1.2.3.1 && <1.3 || >=2.0 && <2.2 other-modules: PrimOps @@ -93,6 +95,6 @@ build-depends: tasty >=1.4 && <1.6 , tasty-hunit >=0.10.0 && <0.11 - , tasty-quickcheck >=0.10 && <0.11 + , tasty-quickcheck >=0.10 && <0.12 default-language: Haskell2010