revise .cabal

This commit is contained in:
Jens Petersen 2021-08-04 22:29:12 +08:00
parent e09cd089a5
commit 92d7621264
1 changed files with 91 additions and 91 deletions

View File

@ -2,7 +2,7 @@ cabal-version: 1.18
name: text-short
version: 0.1.3
x-revision: 2
x-revision: 3
synopsis: Memory-efficient representation of Unicode text strings
license: BSD3
license-file: LICENSE
@ -34,13 +34,13 @@ library
other-modules: Data.Text.Short.Internal
build-depends: base >= 4.7 && < 4.15
, bytestring >= 0.10.4 && < 0.11
build-depends: base >= 4.7 && < 4.16
, bytestring >= 0.10.4 && < 0.12
, hashable >= 1.2.6 && < 1.4
, deepseq >= 1.3 && < 1.5
, text >= 1.0 && < 1.3
, binary >= 0.7.1 && < 0.9
, ghc-prim >= 0.3.1 && < 0.7
, ghc-prim >= 0.3.1 && < 0.8
if !impl(ghc >= 8.0)
build-depends: semigroups >= 0.18.2 && < 0.20