packages feed

apecs-physics 0.4.3 → 0.4.4

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~apecsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: apecs

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+## [0.4.4]+### Changed+- Increased upper bound `apecs` dependency+ ## [0.4.3] ### Added - `addPostStepCallback`
apecs-physics.cabal view
@@ -1,5 +1,5 @@ name:                apecs-physics-version:             0.4.3+version:             0.4.4 synopsis:            2D physics for apecs description:         2D physics for apecs. Uses Chipmunk physics library under the hood. homepage:            https://github.com/jonascarpay/apecs#readme@@ -77,7 +77,7 @@     Apecs.Physics.Types     Apecs.Physics.Query   build-depends:-    apecs            >= 0.7  && < 0.9,+    apecs            >= 0.7  && < 0.10,     base             >= 4.9  && < 5,     containers       >= 0.5  && < 0.8,     inline-c         >= 0.6  && < 1,