apecs-physics 0.3.0 → 0.3.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~apecsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: apecs
API changes (from Hackage documentation)
Files
- apecs-physics.cabal +2/−2
apecs-physics.cabal view
@@ -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,