@@ -47,9 +47,9 @@ common fb-haskell
4747 TypeSynonymInstances
4848 NondecreasingIndentation
4949
50- ghc-options: -Wall -Wno-orphans -Wno-name-shadowing
51- if flag(opt)
52- ghc-options: -O2
50+ ghc-options: -Wall -Wno-orphans -Wno-name-shadowing
51+ if flag(opt)
52+ ghc-options: -O2
5353
5454common fb-cpp
5555 cxx-options: -std=c++17 -Wno-nullability-completeness
@@ -137,10 +137,11 @@ common deps
137137 random,
138138 regex-base,
139139 regex-pcre,
140- base >=4.11.1 && <4.17 ,
140+ base >=4.11.1 && <4.18 ,
141141 array ^>=0.5.2.0,
142142 async ^>=2.2.1,
143143 attoparsec >=0.13.2.3 && <0.15,
144+ attoparsec-aeson >= 2.1 && < 2.3,
144145 unordered-containers ^>=0.2.9.0,
145146 containers,
146147 contravariant ^>=1.5,
@@ -157,12 +158,12 @@ common deps
157158 unix ^>=2.7.2.2,
158159 process ^>=1.6.3.0,
159160 prettyprinter >=1.2.1 && <1.8,
160- time >=1.8.0.2 && <1.12 ,
161+ time >=1.8.0.2 && <1.13 ,
161162 binary ^>=0.8.5.1,
162163 deepseq ^>=1.4.3.0,
163164 hashable >=1.2.7.0 && <1.6,
164165 tar ^>=0.5.1.0,
165- ghc-prim >=0.5.2.0 && <0.9 ,
166+ ghc-prim >=0.5.2.0 && <0.10 ,
166167 parsec ^>=3.1.13.0,
167168 haxl >= 2.1.2.0 && < 2.6,
168169 hinotify ^>= 0.4.1
@@ -1319,7 +1320,7 @@ library bench-util
13191320 Glean.Util.Benchmark
13201321 build-depends:
13211322 glean:stubs,
1322- criterion < 1.6
1323+ criterion < 1.7
13231324
13241325executable query-bench
13251326 import: fb-haskell, fb-cpp, deps, exe
@@ -1338,7 +1339,7 @@ executable query-bench
13381339 glean:schema,
13391340 glean:test-lib,
13401341 glean:util,
1341- criterion < 1.6
1342+ criterion < 1.7
13421343
13431344executable rename-bench
13441345 import: fb-haskell, fb-cpp, deps, exe
@@ -1354,7 +1355,7 @@ executable rename-bench
13541355 glean:schema,
13551356 glean:test-lib,
13561357 glean:util,
1357- criterion < 1.6
1358+ criterion < 1.7
13581359
13591360executable user-query-bench
13601361 import: fb-haskell, fb-cpp, deps, exe
@@ -1371,7 +1372,7 @@ executable user-query-bench
13711372 glean:schema,
13721373 glean:test-lib,
13731374 glean:util,
1374- criterion < 1.6
1375+ criterion < 1.7
13751376
13761377executable makefact-bench
13771378 import: fb-haskell, deps, exe
@@ -1386,7 +1387,7 @@ executable makefact-bench
13861387 glean:core,
13871388 glean:schema,
13881389 glean:test-lib,
1389- criterion < 1.6
1390+ criterion < 1.7
13901391
13911392executable compile-bench
13921393 import: fb-haskell, fb-cpp, deps, exe
@@ -1403,7 +1404,7 @@ executable compile-bench
14031404 glean:schema,
14041405 glean:test-lib,
14051406 glean:util,
1406- criterion < 1.6 ,
1407+ criterion < 1.7 ,
14071408 criterion-measurement,
14081409 statistics,
14091410 vector-algorithms
0 commit comments