Skip to content

Commit

Permalink
Merge pull request #51 from haskell-hvr/hashable-1.5
Browse files Browse the repository at this point in the history
Allow hashable-1.5
  • Loading branch information
phadej authored Jul 4, 2024
2 parents 8049f5c + d108310 commit 0375e10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions text-short.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit 0375e10

Please sign in to comment.