diff --git a/glean.cabal b/glean.cabal
--- a/glean.cabal
+++ b/glean.cabal
@@ -6,7 +6,7 @@
 -- DO NO EDIT THIS FILE DIRECTLY
 
 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
@@ -208,14 +208,14 @@
        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
