diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -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)
diff --git a/perceptual-hash.cabal b/perceptual-hash.cabal
--- a/perceptual-hash.cabal
+++ b/perceptual-hash.cabal
@@ -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,
