diff --git a/haskoin-store.cabal b/haskoin-store.cabal
--- a/haskoin-store.cabal
+++ b/haskoin-store.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 2634f3871c33f6dba54c93ffab3a2f2f1f8ff5eb9bc8559216a0367cc2c421f6
+-- hash: 96559d3b6f97de2f3dc167a77993d76c4cde043308f10c5c16073f7b294854da
 
 name:           haskoin-store
-version:        0.38.1
+version:        0.38.2
 synopsis:       Storage and index for Bitcoin and Bitcoin Cash
 description:    Please see the README on GitHub at <https://github.com/haskoin/haskoin-store#readme>
 category:       Bitcoin, Finance, Network
@@ -65,7 +65,7 @@
     , rocksdb-query >=0.4.0
     , scotty >=0.11.5
     , string-conversions >=0.4.0.1
-    , text >=1.2.4.0
+    , text >=1.2.3.0
     , time >=1.9.3
     , transformers >=0.5.6.2
     , unliftio >=0.2.12.1
@@ -80,7 +80,7 @@
       Paths_haskoin_store
   hs-source-dirs:
       app
-  ghc-options: -threaded -rtsopts -with-rtsopts=-N
+  ghc-options: -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-xn
   build-depends:
       aeson >=1.4.7.1
     , aeson-pretty >=0.8.8
@@ -97,17 +97,25 @@
     , haskoin-node >=0.14.1
     , haskoin-store
     , haskoin-store-data ==0.38.1
+    , hedis >=0.12.13
+    , http-types >=0.12.3
     , monad-logger >=0.3.32
     , mtl >=2.2.2
+    , network >=3.1.1.1
     , nqe >=0.6.1
     , optparse-applicative
     , random >=1.1
+    , rocksdb-haskell-jprupp >=2.1.3
+    , rocksdb-query >=0.4.0
+    , scotty >=0.11.5
     , string-conversions >=0.4.0.1
-    , text >=1.2.4.0
+    , text >=1.2.3.0
     , time >=1.9.3
     , transformers >=0.5.6.2
     , unliftio >=0.2.12.1
     , unordered-containers >=0.2.10.0
+    , wai >=3.2.2.1
+    , warp >=3.3.10
   default-language: Haskell2010
 
 test-suite haskoin-store-test
@@ -119,7 +127,7 @@
       Paths_haskoin_store
   hs-source-dirs:
       test
-  ghc-options: -threaded -rtsopts -with-rtsopts=-N
+  ghc-options: -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-xn
   build-depends:
       QuickCheck >=2.13.2
     , aeson >=1.4.7.1
@@ -135,7 +143,7 @@
     , hashable >=1.3.0.0
     , haskoin-core >=0.13.6
     , haskoin-node >=0.14.1
-    , haskoin-store ==0.38.1
+    , haskoin-store
     , haskoin-store-data ==0.38.1
     , hedis >=0.12.13
     , hspec >=2.7.1
@@ -149,7 +157,7 @@
     , rocksdb-query >=0.4.0
     , scotty >=0.11.5
     , string-conversions >=0.4.0.1
-    , text >=1.2.4.0
+    , text >=1.2.3.0
     , time >=1.9.3
     , transformers >=0.5.6.2
     , unliftio >=0.2.12.1
