packages feed

gd 3000.6.1 → 3000.6.2

raw patch · 2 files changed

+4/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Graphics.GD: getPixel :: (Int, Int) -> Image -> IO Color

Files

Graphics/GD.hsc view
@@ -23,6 +23,8 @@                     saveGifFile, saveGifByteString,                     -- * Getting image information                     imageSize,+                    -- * Querying+                    GD.getPixel,                     -- * Manipulating images                     resizeImage, rotateImage,                     -- * Drawing@@ -45,6 +47,7 @@                     ) where +import qualified Graphics.GD.Internal     as GD import           Control.Exception        (bracket) import           Control.Monad            (liftM, unless) import           Data.Bits
gd.cabal view
@@ -1,7 +1,7 @@ Name: gd Category: Graphics License-File: LICENSE-Version: 3000.6.1+Version: 3000.6.2 Cabal-version: >= 1.2 Build-type: Simple Copyright: Bjorn Bringert