apecs-gloss 0.2.3 → 0.2.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~apecsdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: apecs, containers
API changes (from Hackage documentation)
Files
- apecs-gloss.cabal +2/−2
apecs-gloss.cabal view
@@ -1,5 +1,5 @@ name: apecs-gloss-version: 0.2.3+version: 0.2.4 synopsis: Simple gloss renderer for apecs homepage: https://github.com/jonascarpay/apecs/apecs-gloss license: BSD3@@ -23,7 +23,7 @@ Apecs.Gloss Apecs.Physics.Gloss build-depends:- apecs >= 0.7 && < 0.9,+ apecs >= 0.7 && < 0.10, apecs-physics >= 0.3 && < 0.5, base >= 4.9 && < 5, containers >= 0.5 && < 0.8,