diff --git a/Thrift.cabal b/Thrift.cabal
--- a/Thrift.cabal
+++ b/Thrift.cabal
@@ -18,7 +18,7 @@
 --
 
 Name:           Thrift
-Version:        0.5.0
+Version:        0.5.0.1
 Cabal-Version:  >= 1.2.3
 License:        OtherLicense
 Category:       Foreign
@@ -28,6 +28,9 @@
 Maintainer:     thrift-user-subscribe@incubator.apache.org 
 Description:
   The Thrift Haskell package that shipped with Thrift v.0.5.0, released under the Apache 2.0 license.
+  Thrift-0.5.0.1 adds a missing Framed Transport implementation, which Cassandra now depends on. 
+  For more information see: https://issues.apache.org/jira/browse/THRIFT-538.
+  
 
 Library
   Hs-Source-Dirs:
@@ -36,7 +39,8 @@
     base >=4 && < 5, network, ghc-prim, binary, bytestring, HTTP
   Exposed-Modules:
     Thrift, Thrift.Protocol, Thrift.Transport, Thrift.Protocol.Binary
-    Thrift.Transport.Handle, Thrift.Transport.HttpClient, Thrift.Server
+    Thrift.Transport.Framed, Thrift.Transport.Handle,
+    Thrift.Transport.HttpClient, Thrift.Server
   Extensions:
     DeriveDataTypeable, ExistentialQuantification, FlexibleInstances,
     KindSignatures, MagicHash, RankNTypes,
