HipmunkPlayground 5.2.0.1 → 5.2.0.2
raw patch · 2 files changed
+10/−1 lines, 2 files
Files
- HipmunkPlayground.cabal +6/−1
- NEWS +4/−0
HipmunkPlayground.cabal view
@@ -3,7 +3,7 @@ Tested-With: GHC Category: Physics, Game Name: HipmunkPlayground-Version: 5.2.0.1+Version: 5.2.0.2 Stability: provisional License: OtherLicense License-File: LICENSE@@ -11,9 +11,14 @@ Author: Felipe A. Lessa <felipe.lessa@gmail.com> Maintainer: Felipe A. Lessa <felipe.lessa@gmail.com> Synopsis: A playground for testing Hipmunk.+Homepage: http://patch-tag.com/r/felipe/hipmunkplayground/home Description: This is a simple OpenGL program that allows you to see some of Hipmunk's functions in action.+ .+ New in version 5.2.0.2:+ .+ * Add repo URL to cabal file. . New in version 5.2.0.1: .
NEWS view
@@ -1,3 +1,7 @@+Version 5.2.0.2+===============+ - Add repo URL to cabal file.+ Version 5.2.0.1 =============== - Show collision points.