Skip to content

Commit cb9d2d2

Browse files
committed
Require thrift-http ^>= 0.3.0.0
1 parent 262be56 commit cb9d2d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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
@@ -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

210210
common 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

217217
library stubs
218218
import: fb-haskell, fb-cpp, deps, thrift-server

0 commit comments

Comments
 (0)