packages feed

GLFW-b 0.1.0.2 → 0.1.0.3

raw patch · 2 files changed

+2/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

GLFW-b.cabal view
@@ -1,5 +1,5 @@ name:         GLFW-b-version:      0.1.0.2+version:      0.1.0.3  category:     Graphics 
src/Graphics/UI/GLFW.hsc view
@@ -110,7 +110,7 @@ import Data.Maybe            (fromJust, isJust) import Data.Version          (Version(..)) import Foreign.C.String      (CString, withCString)-import Foreign.C.Types       (CDouble, CFloat, CInt, CUChar)+import Foreign.C.Types       (CDouble(..), CFloat(..), CInt(..), CUChar(..)) import Foreign.Marshal.Alloc (alloca) import Foreign.Marshal.Array (allocaArray, peekArray) import Foreign.Ptr           (FunPtr, Ptr, freeHaskellFunPtr)