Hipmunk 5.2.0.15 → 5.2.0.16
raw patch · 1 files changed
+6/−2 lines, 1 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
- Hipmunk.cabal +6/−2
Hipmunk.cabal view
@@ -3,7 +3,7 @@ Tested-With: GHC Category: Physics, Game Name: Hipmunk-Version: 5.2.0.15+Version: 5.2.0.16 Stability: provisional License: OtherLicense License-File: LICENSE@@ -20,6 +20,10 @@ Please see <http://hackage.haskell.org/package/HipmunkPlayground> for a demonstration of this library. .+ Version 5.2.0.16:+ .+ * Bump dependency on transformers. (Thanks, Alfredo Di Napoli!)+ . Version 5.2.0.15: . * Fix for working with GHC 7.6 again.@@ -216,7 +220,7 @@ Build-Depends: base >= 3 && < 5, array >= 0.1 && < 0.6, containers >= 0.1 && < 0.6,- transformers >= 0.2 && < 0.4,+ transformers >= 0.2 && < 0.5, StateVar >= 1.0 && < 1.1 else Build-Depends: base >= 2 && < 3,