diff --git a/apecs-physics.cabal b/apecs-physics.cabal
--- a/apecs-physics.cabal
+++ b/apecs-physics.cabal
@@ -1,5 +1,5 @@
 name:                apecs-physics
-version:             0.3.0
+version:             0.3.1
 synopsis:            2D physics for apecs
 description:         2D physics for apecs. Uses Chipmunk physics library under the hood.
 homepage:            https://github.com/jonascarpay/apecs-physics#readme
@@ -77,7 +77,7 @@
     Apecs.Physics.Query
   build-depends:
     base >= 4.7 && < 4.13,
-    apecs,
+    apecs >= 0.7,
     containers,
     inline-c,
     linear,
