packages feed

gloss-rendering 1.13.0.1 → 1.13.0.2

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~basedep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, containers

API changes (from Hackage documentation)

Files

Graphics/Gloss/Internals/Data/Picture.hs view
@@ -72,7 +72,7 @@         -- | A circle with the given radius.         | Circle        Float -        -- | A circle with the given thickness and radius.+        -- | A circle with the given radius and thickness.         --   If the thickness is 0 then this is equivalent to `Circle`.         | ThickCircle   Float Float @@ -81,7 +81,7 @@         | Arc           Float Float Float          -- | A circular arc drawn counter-clockwise between two angles-        --  (in degrees), with the given radius  and thickness.+        --  (in degrees), with the given radius and thickness.         --   If the thickness is 0 then this is equivalent to `Arc`.         | ThickArc      Float Float Float Float 
gloss-rendering.cabal view
@@ -1,5 +1,5 @@ name:           gloss-rendering-version:        1.13.0.1+version:        1.13.0.2 license:        MIT license-file:   LICENSE author:         Elise Huard