diff --git a/text-short.cabal b/text-short.cabal index e417034..da01322 100644 --- a/text-short.cabal +++ b/text-short.cabal @@ -1,7 +1,7 @@ cabal-version: 1.18 name: text-short version: 0.1.6 -x-revision: 1 +x-revision: 2 synopsis: Memory-efficient representation of Unicode text strings license: BSD3 license-file: LICENSE @@ -50,7 +50,7 @@ library , 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 + , hashable >=1.4.4.0 && <1.6 , template-haskell >=2.14.0.0 && <2.23 , text >=1.2.3.1 && <1.3 || >=2.0 && <2.2 @@ -95,6 +95,6 @@ test-suite text-short-tests 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