packages feed

JuicyPixels-blurhash 0.1.0.2 → 0.1.0.3

raw patch · 4 files changed

+11/−7 lines, 4 filesdep ~doctestdep ~hedgehogdep ~optparse-applicativePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: doctest, hedgehog, optparse-applicative, tasty, tasty-hedgehog

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for JuicyPixels-blurhash +## 0.1.0.3++  - Minor documentation fixes+ ## 0.1.0.2    - README image paths absolute to fix hackage display
JuicyPixels-blurhash.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 6f877df28ebe66ade9b6ddfed5da0711cf215ccee787cbef76cc3ef7ef2de82e+-- hash: b47ffc5e5dbfbe86c10bdc98b9352901b7b5c5a7aaa8e7853799171c6acc7e04  name:           JuicyPixels-blurhash-version:        0.1.0.2+version:        0.1.0.3 synopsis:       Blurhash is a very compact represenation of a placeholder for an image description:    Please see the README on GitHub at <https://github.com/SamProtas/JuicyPixels-blurhash#readme> category:       Graphics, Image
README.md view
@@ -1,13 +1,13 @@ # JuicyPixels-blurhash  ![CI](https://github.com/SamProtas/JuicyPixels-blurhash/workflows/CI/badge.svg)-![Hackage Version](https://img.shields.io/hackage/v/JuicyPixels-blurhash?color=blue)+[![Hackage Version](https://img.shields.io/hackage/v/JuicyPixels-blurhash?color=blue)](https://hackage.haskell.org/package/JuicyPixels-blurhash) ![Hackage Deps](https://img.shields.io/hackage-deps/v/JuicyPixels-blurhash)  -Blurhash is a very compact represenation of a placeholder for an image.+Blurhash is a very compact representation of a placeholder for an image. -This library provides a Blurhash encoding and decoding implementation based on the JuicyPixels represenation of images.+This library provides a Blurhash encoding and decoding implementation based on the JuicyPixels representation of images.  For the full Blurhash sales pitch and algorithm explaination see either of: 
src/Codec/Picture/Blurhash.hs view
@@ -7,9 +7,9 @@ -- Stability: experimental -- Portability: portable ----- Blurhash is a very compact represenation of a placeholder for an image.+-- Blurhash is a very compact representation of a placeholder for an image. ----- This library provides a Blurhash encoding and decoding implementation based on the JuicyPixels represenation of images.+-- This library provides a Blurhash encoding and decoding implementation based on the JuicyPixels representation of images. -- -- For the full Blurhash sales pitch and algorithm explaination see either of: --