diff --git a/bson-generic.cabal b/bson-generic.cabal
--- a/bson-generic.cabal
+++ b/bson-generic.cabal
@@ -1,5 +1,5 @@
 name:                bson-generic
-version:             0.0.8
+version:             0.0.8.1
 synopsis:            Generic functionality for BSON
 description:         This package offers easy conversion from and to BSON data type for most of user defined data types.
                      The interface may change at will.
@@ -19,10 +19,10 @@
       Data.Bson.Generic
 
   build-depends:
-      base     == 4.6.*
-    , bson     == 0.2.*
-    , ghc-prim == 0.3.*
-    , text     == 0.11.*
+      base     == 4.8.*
+    , bson     == 0.3.*
+    , ghc-prim == 0.4.*
+    , text     == 1.2.1.*
 
   ghc-options: -O2
 
