Hipmunk 5.2.0.13 → 5.2.0.14
raw patch · 2 files changed
+9/−2 lines, 2 files
Files
- Hipmunk.cabal +6/−2
- Physics/Hipmunk/Space.hsc +3/−0
Hipmunk.cabal view
@@ -3,11 +3,11 @@ Tested-With: GHC Category: Physics, Game Name: Hipmunk-Version: 5.2.0.13+Version: 5.2.0.14 Stability: provisional License: OtherLicense License-File: LICENSE-Copyright: (c) 2008-2011 Felipe A. Lessa+Copyright: (c) 2008-2014 Felipe A. Lessa Author: Felipe A. Lessa <felipe.lessa@gmail.com> Maintainer: Felipe A. Lessa <felipe.lessa@gmail.com>, Sönke Hahn <shahn@joyridelabs.de> Synopsis: A Haskell binding for Chipmunk.@@ -19,6 +19,10 @@ all of its functions. It is completely self-contained. Please see <http://hackage.haskell.org/package/HipmunkPlayground> for a demonstration of this library.+ .+ Version 5.2.0.14:+ .+ * Compatibility with GHC 7.8. (Thanks, Michael Tolly!) . Version 5.2.0.11: .
Physics/Hipmunk/Space.hsc view
@@ -62,6 +62,9 @@ import Data.IORef import Data.StateVar import Foreign hiding (new)+#if MIN_VERSION_base(4,4,0)+import Foreign.ForeignPtr.Unsafe (unsafeForeignPtrToPtr)+#endif import Foreign.C.Types (CInt(..)) #include "wrapper.h"