servant-JuicyPixels 0.3.0.2 → 0.3.0.3
raw patch · 1 files changed
+4/−4 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 (a ~ Codec.Picture.Types.PixelRGBF) => Servant.API.ContentTypes.MimeRender Servant.JuicyPixels.RADIANCE (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)
Files
servant-JuicyPixels.cabal view
@@ -1,5 +1,5 @@ name: servant-JuicyPixels-version: 0.3.0.2+version: 0.3.0.3 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.2+tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1 source-repository HEAD type: git@@ -18,11 +18,11 @@ library exposed-modules: Servant.JuicyPixels- build-depends: base >=4.7 && <4.10+ build-depends: base >=4.7 && <4.11 , bytestring , http-media , JuicyPixels >=3.2.5.3- , servant >=0.4 && <0.7+ , servant >=0.4 hs-source-dirs: lib default-language: Haskell2010