From a6e904236f32bfcab17a99d0ec2d2ee25d92515e Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 13 Feb 2026 10:02:17 +0000 Subject: [PATCH] Require thrift-http ^>= 0.3.0.0 --- glean.cabal.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glean.cabal.in b/glean.cabal.in index 66f235ab1..479119a71 100644 --- a/glean.cabal.in +++ b/glean.cabal.in @@ -3,7 +3,7 @@ cabal-version: 3.6 -- Copyright (c) Facebook, Inc. and its affiliates. name: glean -version: 0.2.0.0 +version: 0.2.0.1 synopsis: A system for collecting, deriving and working with facts about source code. homepage: https://github.com/facebookincubator/Glean @@ -209,14 +209,14 @@ common thrift-server cpp-options: -DFBTHRIFT build-depends: thrift-server else - build-depends: thrift-http + build-depends: thrift-http ^>=0.3.0.0 common thrift-client if flag(fbthrift) cpp-options: -DFBTHRIFT build-depends: thrift-cpp-channel else - build-depends: thrift-http + build-depends: thrift-http ^>=0.3.0.0 library stubs import: fb-haskell, fb-cpp, deps, thrift-server