JuicyPixels-repa 0.6.1 → 0.6.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~JuicyPixelsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: JuicyPixels
API changes (from Hackage documentation)
Files
- JuicyPixels-repa.cabal +2/−2
JuicyPixels-repa.cabal view
@@ -1,5 +1,5 @@ Name: JuicyPixels-repa-Version: 0.6.1+Version: 0.6.2 Synopsis: Convenience functions to obtain array representations of images. Description: This wraps the Juicy.Pixels library to convert into 'Repa' and 'Data.Vector.Storable' formats.@@ -19,7 +19,7 @@ Library Exposed-modules: Codec.Picture.Repa Build-depends: base >= 4.0 && < 5, repa >= 3.2- , JuicyPixels >= 1.1+ , JuicyPixels >= 3.1 , vector >= 0.9 , bytestring >= 0.9 -- Other-modules: