gloss 1.7.3.1 → 1.7.4.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Graphics.Gloss.Data.Display: instance Read Display
Files
- Graphics/Gloss/Data/Display.hs +1/−1
- gloss.cabal +1/−1
Graphics/Gloss/Data/Display.hs view
@@ -10,4 +10,4 @@ -- | Display full screen with a drawing area of the given size. | FullScreen (Int, Int) - deriving (Eq, Show)+ deriving (Eq, Read, Show)
gloss.cabal view
@@ -1,5 +1,5 @@ Name: gloss-Version: 1.7.3.1+Version: 1.7.4.1 License: MIT License-file: LICENSE Author: Ben Lippmeier