apecs-stm: STM stores for apecs

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Apecs stores that live in the STM monad, and other tools.


[Skip to Readme]

Properties

Versions 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.2, 0.3
Change log CHANGELOG.md
Dependencies apecs (>=0.9.3 && <0.10), base (>=4.9 && <5), containers (>=0.5 && <0.8), list-t (>=1 && <1.2), stm (>=2.3 && <3), stm-containers (>=1.1 && <2), template-haskell (>=2.12 && <3), vector (>=0.10 && <0.14) [details]
License BSD-3-Clause
Author Jonas Carpay
Maintainer jonascarpay@gmail.com
Category Game, Control, Data
Home page https://github.com/jonascarpay/apecs
Source repo head: git clone git://github.com/jonascarpay/apecs.git
Uploaded by AlexanderBondarenko at 2025-05-17T13:03:04Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for apecs-stm-0.3

[back to package description]

apecs-stm

Experimental STM stores, allow apecs to be run in the STM monad.

atomically . cmap $ \(Position p, Velocity v) -> Position (v+p)