diff --git a/Data/Object/Json.hs b/Data/Object/Json.hs
--- a/Data/Object/Json.hs
+++ b/Data/Object/Json.hs
@@ -43,7 +43,6 @@
 import Data.Generics
 import Control.Exception
 import Data.Attempt
-import Data.Convertible.Text
 
 import Text.JSONb.Simple as J
 import qualified Text.JSONb.Decode as Decode
diff --git a/data-object-json.cabal b/data-object-json.cabal
--- a/data-object-json.cabal
+++ b/data-object-json.cabal
@@ -1,5 +1,5 @@
 name:            data-object-json
-version:         0.0.0
+version:         0.0.0.1
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -18,7 +18,7 @@
                      bytestring >= 0.9.1.4 && < 0.10,
                      data-object >= 0.2.0 && < 0.3,
                      attempt >= 0.2.0 && < 0.3,
-                     convertible-text >= 0.2.0 && < 0.3,
+                     convertible-text >= 0.2.0.4 && < 0.3,
                      syb
     exposed-modules: Data.Object.Json
     ghc-options:     -Wall
