packages feed

servant-JuicyPixels 0.3.0.4 → 0.3.0.5

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base

API changes (from Hackage documentation)

- Servant.JuicyPixels: instance Codec.Picture.Png.Export.PngSavable a => Servant.API.ContentTypes.MimeRender Servant.JuicyPixels.PNG (Codec.Picture.Types.Image a)
- Servant.JuicyPixels: instance a ~ Codec.Picture.Types.PixelRGBF => Servant.API.ContentTypes.MimeRender Servant.JuicyPixels.RADIANCE (Codec.Picture.Types.Image a)
+ Servant.JuicyPixels: instance (a Data.Type.Equality.~ Codec.Picture.Types.PixelRGBF) => Servant.API.ContentTypes.MimeRender Servant.JuicyPixels.RADIANCE (Codec.Picture.Types.Image a)
+ Servant.JuicyPixels: instance Codec.Picture.Png.Internal.Export.PngSavable a => Servant.API.ContentTypes.MimeRender Servant.JuicyPixels.PNG (Codec.Picture.Types.Image a)

Files

servant-JuicyPixels.cabal view
@@ -1,5 +1,5 @@ name:                servant-JuicyPixels-version:             0.3.0.4+version:             0.3.0.5 homepage:            https://github.com/tvh/servant-JuicyPixels license:             BSD3 license-file:        LICENSE@@ -10,7 +10,7 @@ cabal-version:       >=1.10 synopsis:            Servant support for JuicyPixels description:         Provides content types for image types supported by JuicyPixels-tested-with:         GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3+tested-with:         GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.1  source-repository HEAD   type: git@@ -18,7 +18,7 @@  library   exposed-modules:     Servant.JuicyPixels-  build-depends:       base >=4.7 && <4.12+  build-depends:       base >=4.7 && <4.14                      , bytestring                      , http-media                      , JuicyPixels >=3.2.5.3