File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 1.18
2
2
name : text-short
3
3
version : 0.1.6
4
- x-revision : 1
4
+ x-revision : 2
5
5
synopsis : Memory-efficient representation of Unicode text strings
6
6
license : BSD3
7
7
license-file : LICENSE
@@ -50,7 +50,7 @@ library
50
50
, bytestring >= 0.10.8.2 && < 0.13
51
51
, deepseq >= 1.4.4.0 && < 1.6
52
52
, ghc-prim >= 0.5.3 && < 0.12
53
- , hashable >= 1.4.4.0 && < 1.5
53
+ , hashable >= 1.4.4.0 && < 1.6
54
54
, template-haskell >= 2.14.0.0 && < 2.23
55
55
, text >= 1.2.3.1 && < 1.3 || >= 2.0 && < 2.2
56
56
@@ -95,6 +95,6 @@ test-suite text-short-tests
95
95
build-depends :
96
96
tasty >= 1.4 && < 1.6
97
97
, tasty-hunit >= 0.10.0 && < 0.11
98
- , tasty-quickcheck >= 0.10 && < 0.11
98
+ , tasty-quickcheck >= 0.10 && < 0.12
99
99
100
100
default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments