perceptual-hash 0.1.4.3 → 0.1.4.4
raw patch · 3 files changed
+6/−1 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- perceptual-hash.cabal +1/−1
- src/PerceptualHash.cpphs +1/−0
CHANGELOG.md view
@@ -1,5 +1,9 @@ # phash +## 0.1.4.4++ * Workaround for performance regression with GHC 9.2.1+ ## 0.1.4.3 * Add `disable-webp` flag
perceptual-hash.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: perceptual-hash-version: 0.1.4.3+version: 0.1.4.4 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2019-2021 Vanessa McHale
src/PerceptualHash.cpphs view
@@ -1,3 +1,4 @@+{-# OPTIONS_GHC -fspecialize-aggressively #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE TypeFamilies #-}