JuicyPixels 3.2.5.2 → 3.2.5.3
raw patch · 3 files changed
+9/−4 lines, 3 filesdep ~vectorPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: vector
API changes (from Hackage documentation)
Files
- JuicyPixels.cabal +3/−3
- changelog +5/−0
- src/Codec/Picture/Jpg.hs +1/−1
JuicyPixels.cabal view
@@ -1,5 +1,5 @@ Name: JuicyPixels-Version: 3.2.5.2+Version: 3.2.5.3 Synopsis: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance) Description: <<data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADABAMAAACg8nE0AAAAElBMVEUAAABJqDSTWEL/qyb///8AAABH/1GTAAAAAXRSTlMAQObYZgAAAN5JREFUeF7s1sEJgFAQxFBbsAV72v5bEVYWPwT/XDxmCsi7zvHXavYREBDI3XP2GgICqBBYuwIC+/rVayPUAyAg0HvIXBcQoDFDGnUBgWQQ2Bx3AYFaRoBpAQHWb3bt2ARgGAiCYFFuwf3X5HA/McgGJWI2FdykCv4aBYzmKwDwvl6NVmUAAK2vlwEALK7fo88GANB6HQsAAAAAAAAA7P94AQCzswEAAAAAAAAAAAAAAAAAAICzh4UAO4zWAYBfRutHA4Bn5C69JhowAMGoBaMWDG0wCkbBKBgFo2AUAACPmegUST/IJAAAAABJRU5ErkJggg==>>@@ -28,7 +28,7 @@ Source-Repository this Type: git Location: git://github.com/Twinside/Juicy.Pixels.git- Tag: v3.2.5.2+ Tag: v3.2.5.3 Flag Mmap Description: Enable the file loading via mmap (memory map)@@ -59,7 +59,7 @@ binary >= 0.5 && < 0.8, zlib >= 0.5.3.1 && < 0.7, transformers >= 0.2,- vector >= 0.9 && < 0.11,+ vector >= 0.9 && < 0.12, primitive >= 0.4 && < 0.7, deepseq >= 1.1 && < 1.5, containers >= 0.4.2 && < 0.6
changelog view
@@ -1,6 +1,11 @@ Change log ========== +V3.2.5.3 July 2015+------------------++ * Fix: bumping vector upper bounds.+ V3.2.5.2 June 2015 ------------------
src/Codec/Picture/Jpg.hs view
@@ -581,7 +581,7 @@ in (, meta) <$> dynamicOfColorSpace (colorSpaceOfState st) imgWidth imgHeight arr - _ -> Left "Unkown JPG kind" + _ -> Left "Unnkown JPG kind" where compCount = length $ jpgComponents scanInfo (_,scanInfo) = gatherScanInfo img