diff --git a/cqrs-sqlite3.cabal b/cqrs-sqlite3.cabal
--- a/cqrs-sqlite3.cabal
+++ b/cqrs-sqlite3.cabal
@@ -1,5 +1,5 @@
 Name:                cqrs-sqlite3
-Version:             0.7.0
+Version:             0.7.1
 Synopsis:            SQLite3 backend for the cqrs package.
 Description:         SQLite3 backend for the cqrs package.
 License:             MIT
@@ -14,7 +14,7 @@
   build-depends:   base == 4.*
                  , bytestring >= 0.9.0.1
                  , cereal >= 0.3.3 && < 0.4
-                 , cqrs >= 0.6.1 && < 0.7
+                 , cqrs >= 0.7.1 && < 0.8
                  , enumerator >= 0.4.15 && < 0.5
                  , direct-sqlite >= 1.1 && < 1.2
   extensions:      ScopedTypeVariables
