gloss-raster-massiv 0.1.0.3 → 0.1.0.4
raw patch · 3 files changed
+5/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- gloss-raster-massiv.cabal +1/−1
- src/Graphics/Gloss/Raster/Array.hs +0/−2
CHANGELOG.md view
@@ -16,3 +16,7 @@ ## 0.1.0.3 -- 2023-07-25 * Fixed bug with makeFrame function in Graphics.Gloss.Raster.Array.++## 0.1.0.4 -- 2023-07-25++* Removed extraneous print statement in makeFrame function in Graphics.Gloss.Raster.Array.
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.3+version: 0.1.0.4 -- A short (one-line) description of the package. synopsis: Massiv-based alternative for gloss-raster
src/Graphics/Gloss/Raster/Array.hs view
@@ -203,8 +203,6 @@ arrRGBCFP -- the image data. False -- don't cache this in texture memory. - _ <- print "picture success"- return picture {-# INLINE makeFrame #-}