packages feed

gloss-raster-massiv 0.1.1.4 → 0.1.1.5

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -24,3 +24,7 @@ ## 0.1.1.4 -- 2023-08-04  * Added Graphics.Gloss.Raster.Field.++## 0.1.1.5 -- 2023-08-04++* Fixed RGBTriplet(..) doc link.
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.1.4+version:            0.1.1.5  -- A short (one-line) description of the package. synopsis:           Massiv-based alternative for gloss-raster
src/Graphics/Gloss/Raster/Massiv/Internal.hs view
@@ -88,7 +88,7 @@  instance GStorable ColorMassiv --- | Custom data type for makeFrame function in @"Grahpics.Gloss.Raster.Field"@.+-- | Custom data type for makeFrame function in @"Graphics.Gloss.Raster.Field"@. data RGBTriplet = RGBTriplet Word8 Word8 Word8   deriving (Show,Eq,Data,Generic,Typeable)