packages feed

HipmunkPlayground 5.2.0.4 → 5.2.0.5

raw patch · 2 files changed

+15/−3 lines, 2 filesdep ~GLFW

Dependency ranges changed: GLFW

Files

HipmunkPlayground.cabal view
@@ -1,9 +1,9 @@-Cabal-Version: >= 1.2+Cabal-Version: >= 1.6 Build-Type:    Simple Tested-With:   GHC Category:      Physics, Game Name:          HipmunkPlayground-Version:       5.2.0.4+Version:       5.2.0.5 Stability:     provisional License:       OtherLicense License-File:  LICENSE@@ -16,6 +16,10 @@       This is a simple OpenGL program that allows you to see       some of Hipmunk's functions in action.       .+      New in version 5.2.0.5:+      .+      * Accept GLFW 0.5 as well.+      .       New in version 5.2.0.4:       .       * Now buildable on GHC 7.0.  Thanks, Sergei Trofimovich.@@ -36,6 +40,10 @@ Extra-Source-Files:       NEWS +Source-repository head+  type:     darcs+  location: http://patch-tag.com:/r/felipe/hipmunkplayground+ Flag small_base   Description: Choose the new smaller, split-up base package. @@ -46,6 +54,6 @@     Build-Depends: base >= 2 && < 3   Build-Depends: Hipmunk >= 5.2 && < 5.3, transformers >= 0.2 && < 0.3,                  OpenGL >= 2.4 && < 2.5, StateVar >= 1.0 && < 1.1,-                 GLFW >= 0.4 && < 0.5+                 GLFW >= 0.4 && < 0.6   GHC-Options:   -Wall   Main-is: Playground.hs
NEWS view
@@ -1,3 +1,7 @@+Version 5.2.0.5+===============+ - Accept GLFW 0.5 as well.+ Version 5.2.0.4 ===============  - Now buildable on GHC 7.0.  Thanks, Sergei Trofimovich.