diff --git a/Database/Cassandra/Thrift/Cassandra_Client.hs b/Database/Cassandra/Thrift/Cassandra_Client.hs
--- a/Database/Cassandra/Thrift/Cassandra_Client.hs
+++ b/Database/Cassandra/Thrift/Cassandra_Client.hs
@@ -1,4 +1,3 @@
-{-# LANGUAGE DeriveDataTypeable #-}
 module Database.Cassandra.Thrift.Cassandra_Client(login,get,get_slice,multiget,multiget_slice,get_count,get_range_slice,get_range_slices,insert,batch_insert,remove,batch_mutate,get_string_property,get_string_list_property,describe_keyspaces,describe_cluster_name,describe_version,describe_ring,describe_partitioner,describe_keyspace,describe_splits) where
 import Data.IORef
 import Thrift
diff --git a/Database/Cassandra/Thrift/Cassandra_Iface.hs b/Database/Cassandra/Thrift/Cassandra_Iface.hs
--- a/Database/Cassandra/Thrift/Cassandra_Iface.hs
+++ b/Database/Cassandra/Thrift/Cassandra_Iface.hs
@@ -1,4 +1,3 @@
-{-# LANGUAGE DeriveDataTypeable #-}
 module Database.Cassandra.Thrift.Cassandra_Iface where
 import Thrift
 import Data.Typeable ( Typeable )
diff --git a/cassandra-thrift.cabal b/cassandra-thrift.cabal
--- a/cassandra-thrift.cabal
+++ b/cassandra-thrift.cabal
@@ -1,13 +1,13 @@
 name: cassandra-thrift 
-version: 0.0.5
+version: 0.6.5
 license: OtherLicense 
 cabal-version: >= 1.4
-author: Thrift v.0.3.0 
+author: Thrift v.0.4.0 
 maintainer: kirk@glyphsoftware.com 
 stability: alpha
 synopsis: thrift bindings to the cassandra database 
 description:
-  The Cassandra (v.0.6.4) database bindings, generated using the Thrift (v.0.3) compliler, Released under the Apache 2.0 license. 
+  The Cassandra (v.0.6.5) database bindings, generated using the Thrift (v.0.4) compliler, Released under the Apache 2.0 license. 
     
 category: Database 
 build-type: Simple
@@ -21,5 +21,5 @@
 
     build-depends:   base >= 4.2.0.0 && < 4.9, 
                      containers,
-                     Thrift
+                     Thrift == 0.4.0
 
