friday-juicypixels 0.1.0.2 → 0.1.1
raw patch · 1 files changed
+5/−4 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- friday-juicypixels.cabal +5/−4
friday-juicypixels.cabal view
@@ -1,12 +1,12 @@ name: friday-juicypixels-version: 0.1.0.2+version: 0.1.1 synopsis: Converts between the Friday and JuicyPixels image types--- description:+description: See <https://github.com/TomMD/friday-juicypixels#readme README> homepage: github.com/TomMD/friday-juicypixels license: BSD3 license-file: LICENSE author: Thomas M. DuBuisson-maintainer: tommd@galois.com+maintainer: thomas.dubuisson@gmail.com -- copyright: homepage: https://github.com/TomMD/friday-juicypixels bug-reports: https://github.com/TomMD/friday-juicypixels/issues@@ -15,6 +15,7 @@ build-type: Simple extra-source-files: README.md cabal-version: >= 1.18+tested-with: GHC==7.8.4, GHC==7.10.2 source-repository head type: git@@ -25,7 +26,7 @@ exposed-modules: Vision.Image.JuicyPixels -- other-modules: other-extensions: ViewPatterns- build-depends: base >= 4.8 && < 4.9+ build-depends: base >= 4.6 && < 4.9 , friday >= 0.2 && < 0.3 , JuicyPixels , vector