Skip to content

Commit a6e9042

Browse files
committed
Require thrift-http ^>= 0.3.0.0
1 parent 0c7da38 commit a6e9042

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

glean.cabal.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 3.6
33
-- Copyright (c) Facebook, Inc. and its affiliates.
44

55
name: glean
6-
version: 0.2.0.0
6+
version: 0.2.0.1
77
synopsis: A system for collecting, deriving and working with facts
88
about source code.
99
homepage: https://github.com/facebookincubator/Glean
@@ -209,14 +209,14 @@ common thrift-server
209209
cpp-options: -DFBTHRIFT
210210
build-depends: thrift-server
211211
else
212-
build-depends: thrift-http
212+
build-depends: thrift-http ^>=0.3.0.0
213213

214214
common thrift-client
215215
if flag(fbthrift)
216216
cpp-options: -DFBTHRIFT
217217
build-depends: thrift-cpp-channel
218218
else
219-
build-depends: thrift-http
219+
build-depends: thrift-http ^>=0.3.0.0
220220

221221
library stubs
222222
import: fb-haskell, fb-cpp, deps, thrift-server

0 commit comments

Comments
 (0)