diff --git a/text-short.cabal b/text-short.cabal index a6181ba..e417034 100644 --- a/text-short.cabal +++ b/text-short.cabal @@ -1,6 +1,7 @@ cabal-version: 1.18 name: text-short version: 0.1.6 +x-revision: 1 synopsis: Memory-efficient representation of Unicode text strings license: BSD3 license-file: LICENSE @@ -23,6 +24,7 @@ tested-with: || ==9.4.8 || ==9.6.5 || ==9.8.2 + || ==9.10.1 extra-source-files: ChangeLog.md @@ -43,13 +45,13 @@ library other-modules: Data.Text.Short.Internal build-depends: - base >=4.12 && <4.20 + base >=4.12 && <4.21 , 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 + , template-haskell >=2.14.0.0 && <2.23 , text >=1.2.3.1 && <1.3 || >=2.0 && <2.2 other-modules: PrimOps