packages feed

friday-juicypixels 0.1.2.3 → 0.1.2.4

raw patch · 1 files changed

+2/−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 view
@@ -1,5 +1,5 @@ name:                friday-juicypixels-version:             0.1.2.3+version:             0.1.2.4 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@@ -8,7 +8,6 @@ author:              Thomas M. DuBuisson maintainer:          thomas.dubuisson@gmail.com -- copyright:-homepage:            https://github.com/TomMD/friday-juicypixels bug-reports:         https://github.com/TomMD/friday-juicypixels/issues stability:           alpha category:            Codec@@ -26,12 +25,11 @@   exposed-modules:     Vision.Image.JuicyPixels   -- other-modules:   other-extensions:    ViewPatterns-  build-depends:       base            >= 4.6     &&  <  4.11+  build-depends:       base            >= 4.6     &&  <  5                      , friday          >= 0.2     &&  <  0.3                      , JuicyPixels                      , vector   -- hs-source-dirs:-  default-language:    Haskell2010   ghc-options:         -Wall  test-suite test