friday-juicypixels 0.1.1 → 0.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- friday-juicypixels.cabal +2/−2
friday-juicypixels.cabal view
@@ -1,5 +1,5 @@ name: friday-juicypixels-version: 0.1.1+version: 0.1.2 synopsis: Converts between the Friday and JuicyPixels image types description: See <https://github.com/TomMD/friday-juicypixels#readme README> homepage: github.com/TomMD/friday-juicypixels@@ -26,7 +26,7 @@ exposed-modules: Vision.Image.JuicyPixels -- other-modules: other-extensions: ViewPatterns- build-depends: base >= 4.6 && < 4.9+ build-depends: base >= 4.6 && < 4.10 , friday >= 0.2 && < 0.3 , JuicyPixels , vector