packages feed

gloss-banana 0.1.0.3 → 0.1.0.4

raw patch · 2 files changed

+4/−2 lines, 2 filesdep ~basedep ~glossPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, gloss

API changes (from Hackage documentation)

Files

Graphics/Gloss/Interface/FRP/ReactiveBanana.hs view
@@ -1,3 +1,5 @@+{-# LANGUAGE UnicodeSyntax, Rank2Types #-}+ module Graphics.Gloss.Interface.FRP.ReactiveBanana (playBanana, InputEvent) where  import Graphics.Gloss
gloss-banana.cabal view
@@ -7,7 +7,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.1.0.3+version:             0.1.0.4  -- A short (one-line) description of the package. synopsis:            An Interface for gloss in terms of a reactive-banana Behavior.@@ -59,7 +59,7 @@   -- other-modules:             -- LANGUAGE extensions used by modules in this package.-  default-extensions:    UnicodeSyntax, ScopedTypeVariables, RankNTypes+  other-extensions:    UnicodeSyntax, RankNTypes      -- Other library packages from which modules are imported.   build-depends:       base >=4.6 && <4.8,