1 parent 0c7da38 commit a6e9042Copy full SHA for a6e9042
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
@@ -209,14 +209,14 @@ common thrift-server
209
cpp-options: -DFBTHRIFT
210
build-depends: thrift-server
211
else
212
- build-depends: thrift-http
+ build-depends: thrift-http ^>=0.3.0.0
213
214
common thrift-client
215
if flag(fbthrift)
216
217
build-depends: thrift-cpp-channel
218
219
220
221
library stubs
222
import: fb-haskell, fb-cpp, deps, thrift-server
0 commit comments