gloss-rendering 1.13.1.1 → 1.13.1.2
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~bytestringdep ~containers
Dependency ranges changed: bytestring, containers
Files
Graphics/Gloss/Internals/Rendering/Bitmap.hs view
@@ -35,7 +35,7 @@ -- | Description of how the bitmap is layed out in memory. ----- * Prior version of Gloss assumed `BitmapFormat BottomToTop PxAGBR`+-- * Prior version of Gloss assumed `BitmapFormat BottomToTop PxABGR` -- data BitmapFormat = BitmapFormat
gloss-rendering.cabal view
@@ -1,5 +1,5 @@ name: gloss-rendering-version: 1.13.1.1+version: 1.13.1.2 license: MIT license-file: LICENSE author: Elise Huard@@ -37,9 +37,9 @@ Graphics.Gloss.Internals.Rendering.State build-depends:- base >= 4.8 && < 4.13+ base >= 4.8 && < 5 , bmp == 1.2.*- , bytestring == 0.10.*+ , bytestring == 0.11.* , containers >= 0.5 && < 0.7 , GLUT == 2.7.* , OpenGL >= 2.12 && < 3.1