File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: 3.6
33-- Copyright (c) Facebook, Inc. and its affiliates.
44
55name: glean
6- version: 0.2.0.0
6+ version: 0.2.0.1
77synopsis: A system for collecting, deriving and working with facts
88 about source code.
99homepage: https://github.com/facebookincubator/Glean
@@ -205,14 +205,14 @@ common thrift-server
205205 cpp-options: -DFBTHRIFT
206206 build-depends: thrift-server
207207 else
208- build-depends: thrift-http
208+ build-depends: thrift-http ^>=0.3.0.0
209209
210210common thrift-client
211211 if flag(fbthrift)
212212 cpp-options: -DFBTHRIFT
213213 build-depends: thrift-cpp-channel
214214 else
215- build-depends: thrift-http
215+ build-depends: thrift-http ^>=0.3.0.0
216216
217217library stubs
218218 import: fb-haskell, fb-cpp, deps, thrift-server
You can’t perform that action at this time.
0 commit comments