packages feed

gloss-raster-massiv 0.1.0.0 → 0.1.0.1

raw patch · 3 files changed

+8/−2 lines, 3 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Graphics.Gloss.Raster.Array: makeFrame :: (Int, Int) -> Array S Ix2 ColorMassiv -> Picture

Files

CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for gloss-raster-massiv -## 0.1.0.0 -- YYYY-mm-dd+## 0.1.0.0 -- 2023-07-25  * First version. Released on an unsuspecting world.++## 0.1.0.1 -- 2023-07-25++* Updated version 0.1.0.0 release date.+* Added makeFrame function in Graphics.Gloss.Raster.Array to module exports.
gloss-raster-massiv.cabal view
@@ -20,7 +20,7 @@ -- PVP summary:     +-+------- breaking API changes --                  | | +----- non-breaking API additions --                  | | | +--- code changes with no API change-version:            0.1.0.0+version:            0.1.0.1  -- A short (one-line) description of the package. synopsis: Massiv-based alternative for gloss-raster
src/Graphics/Gloss/Raster/Array.hs view
@@ -25,6 +25,7 @@                                      playArrayMassiv,                                      animateArrayMassivIO,                                      playArrayMassivIO,+                                     makeFrame,                                      sizeOfDisplay                                     ) where