perceptual-hash 0.1.3.1 → 0.1.3.2
raw patch · 3 files changed
+9/−3 lines, 3 files
Files
- CHANGELOG.md +4/−0
- README.md +2/−1
- perceptual-hash.cabal +3/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # phash +## 0.1.3.2++ * Fix `include/hs_phash.h` installation+ ## 0.1.3.1 * Add `include/hs_phash.h` header
README.md view
@@ -94,4 +94,5 @@ ### Foreign Library -This package contains a foreign library and header files.+This package contains a foreign library and a [header+file](https://hackage.haskell.org/package/perceptual-hash/src/include/hs_phash.h)
perceptual-hash.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: perceptual-hash-version: 0.1.3.1+version: 0.1.3.2 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2019 Vanessa McHale@@ -71,7 +71,8 @@ hs-source-dirs: foreign-src other-modules: Export default-language: Haskell2010- install-includes: include/hs_phash.h+ include-dirs: include+ install-includes: hs_phash.h ghc-options: -Wall build-depends: base -any,