Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions common/util/fb-util.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ library
HUnit ^>= 1.6.1,
QuickCheck >= 2.14.3 && < 2.15,
aeson < 2.3,
aeson-pretty >= 0.8.10 && < 0.9,
aeson-pretty >= 0.8.9 && < 0.9,
array ^>=0.5.2.0,
async ^>=2.2.1,
atomic-primops >= 0.8.8 && < 0.9,
atomic-primops >= 0.8.4 && < 0.9,
attoparsec >= 0.14.4 && < 0.15,
attoparsec-aeson >= 2.1 && < 2.3,
base >=4.11.1.0 && <4.20,
Expand All @@ -199,20 +199,20 @@ library
clock >= 0.8.4 && < 0.9,
concurrent-extra >= 0.7.0 && < 0.8,
containers >=0.5.11 && <0.7,
data-default >= 0.8.0 && < 0.9,
data-default >= 0.7.1 && < 0.9,
deepseq >= 1.4.4 && < 1.6,
directory ^>=1.3.1.5,
either >= 5.0.2 && < 5.1,
exceptions >= 0.10.4 && < 0.11,
extra >= 1.8 && < 1.9,
extra >= 1.7.14 && < 1.9,
filepath ^>=1.4.2,
ghc >= 8.6.5 && < 9.9,
ghci >=8.6.5 && < 9.9,
hashable >=1.2.7.0 && <1.5,
haskell-src-exts >= 1.23.1 && < 1.24,
integer-gmp >=1.0.2.0 && <1.2,
json >= 0.11 && < 0.12,
lens >= 5.3.3 && < 5.4,
json >= 0.10 && < 0.12,
lens >= 5.2.3 && < 5.4,
lifted-base >= 0.2.3 && < 0.3,
mangle >= 0.1.0 && < 0.2,
monad-control >= 1.0.3 && < 1.1,
Expand All @@ -223,12 +223,12 @@ library
primitive < 0.9,
process ^>=1.6.3.0,
scientific >= 0.3.7 && < 0.4,
some >= 1.0.6 && < 1.1,
some >= 1.0.4 && < 1.1,
split ^>=0.2.3.3,
stm >= 2.5.0 && < 2.6,
template-haskell >=2.13 && <2.22,
text >= 1.2.3.0 && < 2.2,
text-show >= 3.10.5 && < 3.12,
text-show >= 3.10.4 && < 3.12,
time >=1.8.0.2 && <1.13,
transformers >= 0.5.6 && < 0.7,
unix >= 2.7.2.2 && < 2.9,
Expand Down
8 changes: 4 additions & 4 deletions compiler/thrift-compiler.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ library
array >= 0.5.3 && < 0.6,
mtl >= 2.2.2 && < 2.4,
optparse-applicative >= 0.17 && < 0.19,
aeson-pretty >= 0.8.10 && < 0.9,
aeson-pretty >= 0.8.9 && < 0.9,
either >= 5.0.2 && < 5.1,
extra >= 1.8 && < 1.9,
extra >= 1.7.14 && < 1.9,
fb-util >= 0.1.0 && < 0.3,
some >= 1.0.6 && < 1.1,
text-show >= 3.10.5 && < 3.11,
some >= 1.0.4 && < 1.1,
text-show >= 3.10.4 && < 3.11,
haskell-src-exts >=1.20.3 && <1.24,
haskell-names < 0.10,
base >=4.11.1 && <4.20,
Expand Down
2 changes: 1 addition & 1 deletion haxl/thrift-haxl.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ library
hashable >=1.2.7.0 && <1.5,
haxl >= 2.1.2.0 && < 2.6,
mtl >= 2.2.2 && < 2.4,
text-show >= 3.10.5 && < 3.11,
text-show >= 3.10.4 && < 3.11,
text >= 1.2.3.0 && < 2.2,
transformers >= 0.5.6 && < 0.7,
unordered-containers ^>=0.2.9.0,
Expand Down
20 changes: 10 additions & 10 deletions http/thrift-http.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ library
async ^>=2.2.1,
utf8-string >= 1.0.2 && < 1.1,
containers >= 0.6 && < 0.7,
wai >= 3.2.4 && < 3.3,
warp >= 3.3.30 && < 3.5,
wai >= 3.2.3 && < 3.3,
warp >= 3.3.25 && < 3.5,
streaming-commons >= 0.2.2 && < 0.3,
network >= 3.2.7 && < 3.3,
http-client >= 0.7.18 && < 0.8,
http-types >= 0.12.4 && < 0.13
network >= 3.1.4 && < 3.3,
http-client >= 0.7.15 && < 0.8,
http-types >= 0.12.3 && < 0.13

default-language: Haskell2010

Expand All @@ -102,21 +102,21 @@ common test-deps
base >=4.11.1 && <4.20,
aeson >= 2.0.3 && < 2.3,
bytestring,
data-default >= 0.8.0 && < 0.9,
data-default >= 0.7.1 && < 0.9,
deepseq >= 1.4.4 && < 1.6,
fb-stubs >= 0.1.0 && < 0.2,
fb-util,
hashable >= 1.4.4 && < 1.5,
hspec >= 2.11.10 && < 2.12,
hashable >= 1.4.3 && < 1.5,
hspec >= 2.10.10 && < 2.12,
hspec-contrib >= 0.5.2 && < 0.6,
ghc-prim >= 0.5.3 && < 0.12,
HUnit ^>= 1.6.1,
STMonadTrans >= 0.4.8 && < 0.5,
STMonadTrans >= 0.4.7 && < 0.5,
text,
thrift-lib,
thrift-lib:test-helpers,
transformers >= 0.5.6 && < 0.7,
unordered-containers >= 0.2.20 && < 0.3
unordered-containers >= 0.2.19 && < 0.3

if flag(tests_use_ipv4)
-- for test/Network.hs
Expand Down
14 changes: 7 additions & 7 deletions lib/thrift-lib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -92,29 +92,29 @@ library

build-depends:
QuickCheck >= 2.14.3 && < 2.15,
STMonadTrans >= 0.4.8 && < 0.5,
STMonadTrans >= 0.4.7 && < 0.5,
aeson >= 1 && < 2.3,
aeson-pretty >= 0.8.10 && < 0.9,
aeson-pretty >= 0.8.9 && < 0.9,
async ^>= 2.2,
base >=4.11.1 && <4.20,
bytestring >=0.10.8.2 && <0.13,
bytestring-lexing >= 0.5.0 && < 0.6,
containers >= 0.6 && < 0.7,
data-default >= 0.8.0 && < 0.9,
data-default >= 0.7.1 && < 0.9,
deepseq >= 1.4.4 && < 1.6,
fb-stubs >= 0.1.0 && < 0.2,
fb-util >= 0.1.0 && < 0.3,
filepath >= 1.4.2 && < 1.5,
ghc >= 8.6.5 && < 9.9,
ghc-prim >= 0.5 && < 0.12,
hashable >=1.2.7.0 && <1.5,
hspec >= 2.11.10 && < 2.12,
hspec >= 2.10.10 && < 2.12,
hspec-contrib >= 0.5.2 && < 0.6,
network >= 3.2.7 && < 3.3,
network >= 3.1.4 && < 3.3,
scientific >= 0.3.7 && < 0.4,
some >= 1.0.6 && < 1.1,
some >= 1.0.4 && < 1.1,
text >= 1.2.3 && < 2.2,
text-show >= 3.10.5 && < 3.11,
text-show >= 3.10.4 && < 3.11,
transformers >= 0.5.6 && < 0.7,
unordered-containers >= 0.2.9.0 && < 0.3,
vector >= 0.12.0.1 && < 0.14,
Expand Down