Skip to content

Commit 408cfd1

Browse files
committed
Update package bounds
These seem to build and work okay for us.
1 parent bc0db63 commit 408cfd1

7 files changed

Lines changed: 30 additions & 30 deletions

File tree

common/github/fb-stubs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ library
6262
Facebook.Init
6363

6464
build-depends:
65-
base >=4.11.1.0 && <4.20,
65+
base >=4.11.1.0 && <4.21,
6666
HUnit ^>= 1.6.1

common/mangle/mangle.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@ library
4545
exposed-modules: Mangle, Mangle.TH
4646
default-extensions: LambdaCase, GeneralizedNewtypeDeriving
4747
build-depends:
48-
base >=4.11.1.0 && <4.20,
49-
containers >=0.5.11.0 && <0.7,
48+
base >=4.11.1.0 && <4.21,
49+
containers >=0.5.11.0 && <0.8,
5050
parsec ^>=3.1.13.0,
51-
template-haskell >=2.13 && <2.22
51+
template-haskell >=2.13 && <2.23
5252
default-language: Haskell2010
5353

5454
executable mangle
5555
main-is: Main.hs
5656
other-modules: Mangle
5757
default-extensions: LambdaCase, GeneralizedNewtypeDeriving
5858
build-depends:
59-
base >=4.11.1 && <4.20,
60-
containers >=0.5.11 && <0.7,
59+
base >=4.11.1 && <4.21,
60+
containers >=0.5.11 && <0.8,
6161
parsec ^>=3.1.13.0,
62-
template-haskell >=2.13 && <2.22
62+
template-haskell >=2.13 && <2.23
6363
default-language: Haskell2010
6464

6565
test-suite mangle-test

common/util/fb-util.cabal

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -192,22 +192,22 @@ library
192192
atomic-primops >= 0.8.8 && < 0.9,
193193
attoparsec >= 0.14.4 && < 0.15,
194194
attoparsec-aeson >= 2.1 && < 2.3,
195-
base >=4.11.1.0 && <4.20,
195+
base >=4.11.1.0 && <4.21,
196196
binary ^>=0.8.5.1,
197197
bytestring >=0.10.8.2 && <0.13,
198198
bytestring-lexing >= 0.5.0 && < 0.6,
199199
clock >= 0.8.4 && < 0.9,
200200
concurrent-extra >= 0.7.0 && < 0.8,
201-
containers >=0.5.11 && <0.7,
201+
containers >=0.5.11 && <0.8,
202202
data-default >= 0.8.0 && < 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,
208-
filepath ^>=1.4.2,
209-
ghc >= 8.6.5 && < 9.9,
210-
ghci >=8.6.5 && < 9.9,
207+
extra >= 1.7 && < 1.9,
208+
filepath >=1.4.2 && < 1.6,
209+
ghc >= 8.6.5 && < 9.11,
210+
ghci >=8.6.5 && < 9.11,
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,
@@ -220,13 +220,13 @@ library
220220
optparse-applicative >= 0.17 && < 0.19,
221221
pretty ^>=1.1.3.6,
222222
prettyprinter >=1.2.1 && <1.8,
223-
primitive < 0.9,
223+
primitive < 0.10,
224224
process ^>=1.6.3.0,
225225
scientific >= 0.3.7 && < 0.4,
226226
some >= 1.0.6 && < 1.1,
227227
split ^>=0.2.3.3,
228228
stm >= 2.5.0 && < 2.6,
229-
template-haskell >=2.13 && <2.22,
229+
template-haskell >=2.13 && <2.23,
230230
text >= 1.2.3.0 && < 2.2,
231231
text-show >= 3.10.5 && < 3.12,
232232
time >=1.8.0.2 && <1.13,
@@ -237,7 +237,7 @@ library
237237

238238
build-tool-depends: hsc2hs:hsc2hs
239239

240-
pkgconfig-depends: libglog, libevent, fmt, gflags
240+
pkgconfig-depends: libevent, fmt, gflags
241241
if flag(folly)
242242
extra-libraries: double-conversion
243243
else

compiler/thrift-compiler.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,16 @@ library
9696
optparse-applicative >= 0.17 && < 0.19,
9797
aeson-pretty >= 0.8.10 && < 0.9,
9898
either >= 5.0.2 && < 5.1,
99-
extra >= 1.8 && < 1.9,
99+
extra >= 1.7 && < 1.9,
100100
fb-util >= 0.1.0 && < 0.3,
101101
some >= 1.0.6 && < 1.1,
102-
text-show >= 3.10.5 && < 3.11,
102+
text-show >= 3.10.5 && < 3.12,
103103
haskell-src-exts >=1.20.3 && <1.24,
104104
haskell-names < 0.10,
105-
base >=4.11.1 && <4.20,
105+
base >=4.11.1 && <4.21,
106106
async ^>=2.2.1,
107-
filepath ^>=1.4.2,
108-
containers >=0.5.11 && <0.7,
107+
filepath >=1.4.2 && < 1.6,
108+
containers >=0.5.11 && <0.8,
109109
text >= 1.2.3.0 && < 2.2,
110110
transformers >= 0.5.6 && < 0.7,
111111
bytestring >=0.10.8.2 && <0.13,
@@ -119,7 +119,7 @@ executable thrift-compiler
119119
hs-source-dirs: main
120120
main-is: Main.hs
121121
build-depends:
122-
base >=4.11.1 && <4.20,
122+
base >=4.11.1 && <4.21,
123123
optparse-applicative,
124124
thrift-compiler
125125

haxl/thrift-haxl.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ library
6969
text >= 1.2.3.0 && < 2.2,
7070
transformers >= 0.5.6 && < 0.7,
7171
unordered-containers ^>=0.2.9.0,
72-
base >=4.11.1 && <4.20,
72+
base >=4.11.1 && <4.21,

http/thrift-http.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ library
7575
build-depends:
7676
fb-util >= 0.1.0 && < 0.3,
7777
thrift-lib >= 0.1.0 && < 0.3,
78-
base >=4.11.1 && <4.20,
78+
base >=4.11.1 && <4.21,
7979
text >= 1.2.3.0 && < 2.2,
8080
bytestring >=0.10.8.2 && <0.13,
8181
async ^>=2.2.1,
8282
utf8-string >= 1.0.2 && < 1.1,
83-
containers >= 0.6 && < 0.7,
83+
containers >= 0.6 && < 0.8,
8484
wai >= 3.2.4 && < 3.3,
8585
warp >= 3.3.30 && < 3.5,
8686
streaming-commons >= 0.2.2 && < 0.3,
@@ -99,7 +99,7 @@ flag tests_use_ipv4
9999

100100
common test-deps
101101
build-depends:
102-
base >=4.11.1 && <4.20,
102+
base >=4.11.1 && <4.21,
103103
aeson >= 2.0.3 && < 2.3,
104104
bytestring,
105105
data-default >= 0.8.0 && < 0.9,

lib/thrift-lib.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,16 @@ library
9696
aeson >= 1 && < 2.3,
9797
aeson-pretty >= 0.8.10 && < 0.9,
9898
async ^>= 2.2,
99-
base >=4.11.1 && <4.20,
99+
base >=4.11.1 && <4.21,
100100
bytestring >=0.10.8.2 && <0.13,
101101
bytestring-lexing >= 0.5.0 && < 0.6,
102-
containers >= 0.6 && < 0.7,
102+
containers >= 0.6 && < 0.8,
103103
data-default >= 0.8.0 && < 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,
107-
filepath >= 1.4.2 && < 1.5,
108-
ghc >= 8.6.5 && < 9.9,
107+
filepath >= 1.4.2 && < 1.6,
108+
ghc >= 8.6.5 && < 9.11,
109109
ghc-prim >= 0.5 && < 0.12,
110110
hashable >=1.2.7.0 && <1.5,
111111
hspec >= 2.11.10 && < 2.12,

0 commit comments

Comments
 (0)