JuicyPixels-repa 0.5 → 0.5.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~JuicyPixelsdep ~bytestringdep ~vector
Dependency ranges changed: JuicyPixels, bytestring, vector
Files
- JuicyPixels-repa.cabal +4/−4
JuicyPixels-repa.cabal view
@@ -1,5 +1,5 @@ Name: JuicyPixels-repa-Version: 0.5+Version: 0.5.1 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,9 +19,9 @@ Library Exposed-modules: Codec.Picture.Repa Build-depends: base >= 4.0 && < 5, repa >= 3.2- , JuicyPixels >= 1.1 && < 2.1- , vector >= 0.9 && < 0.10- , bytestring >= 0.9 && < 0.10+ , JuicyPixels >= 1.1+ , vector >= 0.9+ , bytestring >= 0.9 -- Other-modules: -- Build-tools: