File tree 1 file changed +5
-9
lines changed
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,7 @@ bug-reports:
31
31
stability : Provisional
32
32
category : Data
33
33
build-type : Simple
34
- tested-with :
35
- GHC == 9.6.5
36
- || == 9.8.2
37
- || == 9.10.1
38
-
34
+ tested-with : GHC == 9.6.5 || == 9.8.2 || == 9.10.1
39
35
extra-source-files :
40
36
CHANGES.md
41
37
include/HsHashable.h
@@ -90,19 +86,19 @@ library
90
86
, containers >= 0.6.7 && < 0.8
91
87
, deepseq >= 1.4.8.1 && < 1.6
92
88
, ghc-prim
93
- , text >= 2.0.2 && < 2.2
89
+ , text >= 2.0.2 && < 2.2
94
90
95
91
-- depend on os-string on newer GHCs only.
96
92
-- os-string has tight lower bound on bytestring, which prevents
97
93
-- using bundled version on older GHCs.
98
- build-depends : os-string >= 2.0.2
94
+ build-depends : os-string >= 2.0.2 && < 2.1
99
95
100
96
-- we also ensure that we can get filepath-1.5 only with GHC-9.2
101
97
-- therefore there is else-branch with stricter upper bound.
102
- build-depends : filepath >= 1.4.200.1 && < 1.6
98
+ build-depends : filepath >= 1.4.200.1 && < 1.6
103
99
104
100
-- Integer internals
105
- build-depends : ghc-bignum >= 1.3 && < 1.4
101
+ build-depends : ghc-bignum >= 1.3 && < 1.4
106
102
107
103
if (flag(random-initial-seed) && impl(ghc))
108
104
cpp-options : -DHASHABLE_RANDOM_SEED= 1
You can’t perform that action at this time.
0 commit comments