apecs-stm 0.1.0 → 0.1.1
raw patch · 2 files changed
+3/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +0/−1
- apecs-stm.cabal +3/−3
README.md view
@@ -3,4 +3,3 @@ ```haskell atomically . cmap $ \(Position p, Velocity v) -> Position (v+p) ```-Not included in the stack project until stm-containers (or similar) makes it into stackage.
apecs-stm.cabal view
@@ -1,5 +1,5 @@ name: apecs-stm-version: 0.1.0+version: 0.1.1 homepage: https://github.com/jonascarpay/apecs-stm#readme license: BSD3 license-file: LICENSE@@ -8,9 +8,9 @@ category: Game, Control, Data build-type: Simple cabal-version: >=1.10-synopsis: STM Stores for apecs+synopsis: STM stores for apecs description:- Apecs stores that live in the STM monad. These support easy concurrency without race conditions.+ Apecs stores that live in the STM monad, and other tools. extra-source-files: README.md,