gloss-raster-massiv 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+13/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- gloss-raster-massiv.cabal +9/−3
CHANGELOG.md view
@@ -8,3 +8,7 @@ * Updated version 0.1.0.0 release date. * Added makeFrame function in Graphics.Gloss.Raster.Array to module exports.++## 0.1.0.2 -- 2023-07-25++* Added homepage and bug-reports fields to the cabal file.
gloss-raster-massiv.cabal view
@@ -20,13 +20,19 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.1+version: 0.1.0.2 -- A short (one-line) description of the package.-synopsis: Massiv-based alternative for gloss-raster+synopsis: Massiv-based alternative for gloss-raster -- A longer description of the package.-description: This library utilizes massiv's superb performance characteristics to supply alternative rasterization functionality to that which is provided by the gloss-raster package.+description: This library utilizes massiv's superb performance characteristics to supply alternative rasterization functionality to that which is provided by the gloss-raster package.++-- Package homepage.+homepage: https://github.com/Matthew-Mosior/gloss-raster-massiv++-- Issue tracker.+bug-reports: https://github.com/Matthew-Mosior/gloss-raster-massiv/issues -- The license under which the package is released. license: BSD-3-Clause