Skip to content

Commit 283ff38

Browse files
committed
Widen dependency bounds
To allow compiling with Stackage LTS 21.21
1 parent 82f2ca2 commit 283ff38

5 files changed

Lines changed: 30 additions & 30 deletions

File tree

common/util/fb-util.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@ library
186186
HUnit ^>= 1.6.1,
187187
QuickCheck >= 2.14.3 && < 2.15,
188188
aeson < 2.3,
189-
aeson-pretty >= 0.8.10 && < 0.9,
189+
aeson-pretty >= 0.8.9 && < 0.9,
190190
array ^>=0.5.2.0,
191191
async ^>=2.2.1,
192-
atomic-primops >= 0.8.8 && < 0.9,
192+
atomic-primops >= 0.8.4 && < 0.9,
193193
attoparsec >= 0.14.4 && < 0.15,
194194
attoparsec-aeson >= 2.1 && < 2.3,
195195
base >=4.11.1.0 && <4.20,
@@ -199,20 +199,20 @@ library
199199
clock >= 0.8.4 && < 0.9,
200200
concurrent-extra >= 0.7.0 && < 0.8,
201201
containers >=0.5.11 && <0.7,
202-
data-default >= 0.8.0 && < 0.9,
202+
data-default >= 0.7.1 && < 0.9,
203203
deepseq >= 1.4.4 && < 1.6,
204204
directory ^>=1.3.1.5,
205205
either >= 5.0.2 && < 5.1,
206206
exceptions >= 0.10.4 && < 0.11,
207-
extra >= 1.8 && < 1.9,
207+
extra >= 1.7.14 && < 1.9,
208208
filepath ^>=1.4.2,
209209
ghc >= 8.6.5 && < 9.9,
210210
ghci >=8.6.5 && < 9.9,
211211
hashable >=1.2.7.0 && <1.5,
212212
haskell-src-exts >= 1.23.1 && < 1.24,
213213
integer-gmp >=1.0.2.0 && <1.2,
214-
json >= 0.11 && < 0.12,
215-
lens >= 5.3.3 && < 5.4,
214+
json >= 0.10 && < 0.12,
215+
lens >= 5.2.3 && < 5.4,
216216
lifted-base >= 0.2.3 && < 0.3,
217217
mangle >= 0.1.0 && < 0.2,
218218
monad-control >= 1.0.3 && < 1.1,
@@ -223,12 +223,12 @@ library
223223
primitive < 0.9,
224224
process ^>=1.6.3.0,
225225
scientific >= 0.3.7 && < 0.4,
226-
some >= 1.0.6 && < 1.1,
226+
some >= 1.0.4 && < 1.1,
227227
split ^>=0.2.3.3,
228228
stm >= 2.5.0 && < 2.6,
229229
template-haskell >=2.13 && <2.22,
230230
text >= 1.2.3.0 && < 2.2,
231-
text-show >= 3.10.5 && < 3.12,
231+
text-show >= 3.10.4 && < 3.12,
232232
time >=1.8.0.2 && <1.13,
233233
transformers >= 0.5.6 && < 0.7,
234234
unix >= 2.7.2.2 && < 2.9,

compiler/thrift-compiler.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ library
9494
array >= 0.5.3 && < 0.6,
9595
mtl >= 2.2.2 && < 2.4,
9696
optparse-applicative >= 0.17 && < 0.19,
97-
aeson-pretty >= 0.8.10 && < 0.9,
97+
aeson-pretty >= 0.8.9 && < 0.9,
9898
either >= 5.0.2 && < 5.1,
99-
extra >= 1.8 && < 1.9,
99+
extra >= 1.7.14 && < 1.9,
100100
fb-util >= 0.1.0 && < 0.3,
101-
some >= 1.0.6 && < 1.1,
102-
text-show >= 3.10.5 && < 3.11,
101+
some >= 1.0.4 && < 1.1,
102+
text-show >= 3.10.4 && < 3.11,
103103
haskell-src-exts >=1.20.3 && <1.24,
104104
haskell-names < 0.10,
105105
base >=4.11.1 && <4.20,

haxl/thrift-haxl.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ library
6565
hashable >=1.2.7.0 && <1.5,
6666
haxl >= 2.1.2.0 && < 2.6,
6767
mtl >= 2.2.2 && < 2.4,
68-
text-show >= 3.10.5 && < 3.11,
68+
text-show >= 3.10.4 && < 3.11,
6969
text >= 1.2.3.0 && < 2.2,
7070
transformers >= 0.5.6 && < 0.7,
7171
unordered-containers ^>=0.2.9.0,

http/thrift-http.cabal

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ library
8181
async ^>=2.2.1,
8282
utf8-string >= 1.0.2 && < 1.1,
8383
containers >= 0.6 && < 0.7,
84-
wai >= 3.2.4 && < 3.3,
85-
warp >= 3.3.30 && < 3.5,
84+
wai >= 3.2.3 && < 3.3,
85+
warp >= 3.3.25 && < 3.5,
8686
streaming-commons >= 0.2.2 && < 0.3,
87-
network >= 3.2.7 && < 3.3,
88-
http-client >= 0.7.18 && < 0.8,
89-
http-types >= 0.12.4 && < 0.13
87+
network >= 3.1.4 && < 3.3,
88+
http-client >= 0.7.15 && < 0.8,
89+
http-types >= 0.12.3 && < 0.13
9090

9191
default-language: Haskell2010
9292

@@ -102,21 +102,21 @@ common test-deps
102102
base >=4.11.1 && <4.20,
103103
aeson >= 2.0.3 && < 2.3,
104104
bytestring,
105-
data-default >= 0.8.0 && < 0.9,
105+
data-default >= 0.7.1 && < 0.9,
106106
deepseq >= 1.4.4 && < 1.6,
107107
fb-stubs >= 0.1.0 && < 0.2,
108108
fb-util,
109-
hashable >= 1.4.4 && < 1.5,
110-
hspec >= 2.11.10 && < 2.12,
109+
hashable >= 1.4.3 && < 1.5,
110+
hspec >= 2.10.10 && < 2.12,
111111
hspec-contrib >= 0.5.2 && < 0.6,
112112
ghc-prim >= 0.5.3 && < 0.12,
113113
HUnit ^>= 1.6.1,
114-
STMonadTrans >= 0.4.8 && < 0.5,
114+
STMonadTrans >= 0.4.7 && < 0.5,
115115
text,
116116
thrift-lib,
117117
thrift-lib:test-helpers,
118118
transformers >= 0.5.6 && < 0.7,
119-
unordered-containers >= 0.2.20 && < 0.3
119+
unordered-containers >= 0.2.19 && < 0.3
120120

121121
if flag(tests_use_ipv4)
122122
-- for test/Network.hs

lib/thrift-lib.cabal

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,29 +92,29 @@ library
9292

9393
build-depends:
9494
QuickCheck >= 2.14.3 && < 2.15,
95-
STMonadTrans >= 0.4.8 && < 0.5,
95+
STMonadTrans >= 0.4.7 && < 0.5,
9696
aeson >= 1 && < 2.3,
97-
aeson-pretty >= 0.8.10 && < 0.9,
97+
aeson-pretty >= 0.8.9 && < 0.9,
9898
async ^>= 2.2,
9999
base >=4.11.1 && <4.20,
100100
bytestring >=0.10.8.2 && <0.13,
101101
bytestring-lexing >= 0.5.0 && < 0.6,
102102
containers >= 0.6 && < 0.7,
103-
data-default >= 0.8.0 && < 0.9,
103+
data-default >= 0.7.1 && < 0.9,
104104
deepseq >= 1.4.4 && < 1.6,
105105
fb-stubs >= 0.1.0 && < 0.2,
106106
fb-util >= 0.1.0 && < 0.3,
107107
filepath >= 1.4.2 && < 1.5,
108108
ghc >= 8.6.5 && < 9.9,
109109
ghc-prim >= 0.5 && < 0.12,
110110
hashable >=1.2.7.0 && <1.5,
111-
hspec >= 2.11.10 && < 2.12,
111+
hspec >= 2.10.10 && < 2.12,
112112
hspec-contrib >= 0.5.2 && < 0.6,
113-
network >= 3.2.7 && < 3.3,
113+
network >= 3.1.4 && < 3.3,
114114
scientific >= 0.3.7 && < 0.4,
115-
some >= 1.0.6 && < 1.1,
115+
some >= 1.0.4 && < 1.1,
116116
text >= 1.2.3 && < 2.2,
117-
text-show >= 3.10.5 && < 3.11,
117+
text-show >= 3.10.4 && < 3.11,
118118
transformers >= 0.5.6 && < 0.7,
119119
unordered-containers >= 0.2.9.0 && < 0.3,
120120
vector >= 0.12.0.1 && < 0.14,

0 commit comments

Comments
 (0)