Skip to content

Commit 0375e10

Browse files
authored
Merge pull request #51 from haskell-hvr/hashable-1.5
Allow hashable-1.5
2 parents 8049f5c + d108310 commit 0375e10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

text-short.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 1.18
22
name: text-short
33
version: 0.1.6
4-
x-revision: 1
4+
x-revision: 2
55
synopsis: Memory-efficient representation of Unicode text strings
66
license: BSD3
77
license-file: LICENSE
@@ -50,7 +50,7 @@ library
5050
, bytestring >=0.10.8.2 && <0.13
5151
, deepseq >=1.4.4.0 && <1.6
5252
, ghc-prim >=0.5.3 && <0.12
53-
, hashable >=1.4.4.0 && <1.5
53+
, hashable >=1.4.4.0 && <1.6
5454
, template-haskell >=2.14.0.0 && <2.23
5555
, text >=1.2.3.1 && <1.3 || >=2.0 && <2.2
5656

@@ -95,6 +95,6 @@ test-suite text-short-tests
9595
build-depends:
9696
tasty >=1.4 && <1.6
9797
, tasty-hunit >=0.10.0 && <0.11
98-
, tasty-quickcheck >=0.10 && <0.11
98+
, tasty-quickcheck >=0.10 && <0.12
9999

100100
default-language: Haskell2010

0 commit comments

Comments
 (0)