diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Revision history for thrift-lib
 
+## 0.2.0.0
+
+* The folly dependency is now bundled in the Hackage package folly-clib,
+  so that hsthrift and Glean can be built entirely by cabal.
+
 ## 0.1.0.1
 
 * Builds with GHC 9.8.x
diff --git a/thrift-lib.cabal b/thrift-lib.cabal
--- a/thrift-lib.cabal
+++ b/thrift-lib.cabal
@@ -3,7 +3,7 @@
 -- Copyright (c) Facebook, Inc. and its affiliates.
 
 name:                thrift-lib
-version:             0.1.0.1
+version:             0.2.0.0
 synopsis:            Libraries for Haskell Thrift
 homepage:            https://github.com/facebookincubator/hsthrift
 bug-reports:         https://github.com/facebookincubator/hsthrift/issues
@@ -103,7 +103,7 @@
         data-default >= 0.8.0 && < 0.9,
         deepseq >= 1.4.4 && < 1.6,
         fb-stubs >= 0.1.0 && < 0.2,
-        fb-util >= 0.1.0 && < 0.2,
+        fb-util >= 0.1.0 && < 0.3,
         filepath >= 1.4.2 && < 1.5,
         ghc >= 8.6.5 && < 9.9,
         ghc-prim >= 0.5 && < 0.12,
@@ -113,7 +113,7 @@
         network >= 3.2.7 && < 3.3,
         scientific >= 0.3.7 && < 0.4,
         some >= 1.0.6 && < 1.1,
-        text >= 1.2.3 && < 1.3,
+        text >= 1.2.3 && < 2.2,
         text-show >= 3.10.5 && < 3.11,
         transformers >= 0.5.6 && < 0.7,
         unordered-containers >= 0.2.9.0 && < 0.3,
