reflex-gloss 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+5/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- reflex-gloss.cabal +1/−1
- src/Reflex/Gloss.hs +4/−4
reflex-gloss.cabal view
@@ -1,5 +1,5 @@ name: reflex-gloss-version: 0.1.0.1+version: 0.1.0.2 synopsis: An reflex interface for gloss. description: This package exports a simple wrapper, in terms of Graphics.Gloss.Interface.IO.Game, that allows full
src/Reflex/Gloss.hs view
@@ -42,10 +42,10 @@ -- | Play the 'GlossApp' in a window, updating when the Behavior t Picture -- changes. playReflex- :: Display- -> Color- -> Int- -> (forall t m. GlossApp t m)+ :: Display -- ^ Display mode.+ -> Color -- ^ Background color.+ -> Int -- ^ Maximum frames per second.+ -> (forall t m. GlossApp t m) -- ^ A reflex function that returns a 'Behavior t Picture' -> IO () playReflex display color frequency network = runSpiderHost $ do