diff --git a/bolty.cabal b/bolty.cabal
--- a/bolty.cabal
+++ b/bolty.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           bolty
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       Haskell driver for Neo4j (BOLT protocol 4.4-5.4)
 description:    Native Haskell driver for Neo4j graph database using the BOLT protocol.
                 Supports BOLT versions 4.4 through 5.4 with connection pooling,
@@ -95,7 +95,7 @@
     , extra >=1.7 && <1.9
     , mtl >=2.2 && <2.4
     , network >=3.1 && <3.3
-    , packstream ==0.1.*
+    , packstream-bolt ==0.1.*
     , persist ==1.0.*
     , resource-pool ==0.4.*
     , scientific ==0.3.*
