diff --git a/leveldb-haskell-fork.cabal b/leveldb-haskell-fork.cabal
--- a/leveldb-haskell-fork.cabal
+++ b/leveldb-haskell-fork.cabal
@@ -1,5 +1,5 @@
 name:                leveldb-haskell-fork
-version:             0.3.3
+version:             0.3.4
 synopsis:            Haskell bindings to LevelDB
 homepage:            http://github.com/kim/leveldb-haskell
 bug-reports:         http://github.com/kim/leveldb-haskell/issues
@@ -75,7 +75,7 @@
   build-depends:    base >= 3 && < 5
                   , transformers
                   , data-default
-                  , leveldb-haskell
+                  , leveldb-haskell-fork
 
   ghc-options:      -Wall -Werror -O -rtsopts
   ghc-prof-options: -prof -auto-all
@@ -97,7 +97,7 @@
                   , transformers
                   , resourcet > 0.3.2
                   , data-default
-                  , leveldb-haskell
+                  , leveldb-haskell-fork
 
   ghc-options:      -Wall -Werror -O -rtsopts
   ghc-prof-options: -prof -auto-all
@@ -117,7 +117,7 @@
   build-depends:    base >= 3 && < 5
                   , transformers
                   , data-default
-                  , leveldb-haskell
+                  , leveldb-haskell-fork
 
   ghc-options:      -Wall -Werror -O -rtsopts
   ghc-prof-options: -prof -auto-all
@@ -138,7 +138,7 @@
                   , async
                   , bytestring >= 0.10.4.0
                   , data-default
-                  , leveldb-haskell
+                  , leveldb-haskell-fork
 
   ghc-options:      -Wall -Werror -O -rtsopts
   ghc-prof-options: -prof -auto-all
@@ -157,7 +157,7 @@
   type: exitcode-stdio-1.0
   hs-source-dirs: tests
   build-depends:       base >= 3 && < 5,
-                       leveldb-haskell,
+                       leveldb-haskell-fork,
                        hspec                >= 1.8,
                        process >= 1.1.0.2,
                        bytestring >= 0.10.4.0,
