1 parent 262be56 commit cb9d2d2Copy full SHA for cb9d2d2
1 file changed
glean.cabal.in
@@ -3,7 +3,7 @@ cabal-version: 3.6
3
-- Copyright (c) Facebook, Inc. and its affiliates.
4
5
name: glean
6
-version: 0.2.0.0
+version: 0.2.0.1
7
synopsis: A system for collecting, deriving and working with facts
8
about source code.
9
homepage: https://github.com/facebookincubator/Glean
@@ -205,14 +205,14 @@ common thrift-server
205
cpp-options: -DFBTHRIFT
206
build-depends: thrift-server
207
else
208
- build-depends: thrift-http
+ build-depends: thrift-http ^>=0.3.0.0
209
210
common thrift-client
211
if flag(fbthrift)
212
213
build-depends: thrift-cpp-channel
214
215
216
217
library stubs
218
import: fb-haskell, fb-cpp, deps, thrift-server
0 commit comments