apecs-gloss 0.2.0 → 0.2.1
raw patch · 2 files changed
+10/−10 lines, 2 filesdep ~apecsdep ~apecs-physicsdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: apecs, apecs-physics, base, containers, gloss, linear
API changes (from Hackage documentation)
Files
- README.md +1/−1
- apecs-gloss.cabal +9/−9
README.md view
@@ -1,4 +1,4 @@ # apecs-gloss [](https://hackage.haskell.org/package/apecs-gloss) -Tools for simple gloss-based rendering, split out to avoid unnecessary dependencies if you roll our own rendering+Tools for simple [gloss](http://hackage.haskell.org/package/gloss)-based rendering. Used in most of the [examples](../examples).
apecs-gloss.cabal view
@@ -1,7 +1,7 @@ name: apecs-gloss-version: 0.2.0+version: 0.2.1 synopsis: Simple gloss renderer for apecs-homepage: https://github.com/jonascarpay/apecs-physics#readme+homepage: https://github.com/jonascarpay/apecs/apecs-gloss license: BSD3 license-file: LICENSE author: Jonas Carpay@@ -23,15 +23,15 @@ Apecs.Gloss Apecs.Physics.Gloss build-depends:- base >= 4.7 && < 5,- containers,- apecs >= 0.7,- apecs-physics >= 0.3,- linear,- gloss+ apecs >= 0.7 && < 0.9,+ apecs-physics >= 0.3 && < 0.5,+ base >= 4.9 && < 5,+ containers >= 0.5 && < 0.8,+ gloss >= 1.11 && < 2,+ linear >= 1.20 && < 2 default-language: Haskell2010 source-repository head type: git- location: https://github.com/jonascarpay/apecs/apecs-gloss+ location: https://github.com/jonascarpay/apecs