diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,10 @@
 # Changelog for persistent-sqlite
 
+## 2.10.6.1
+
+* Missing `includes` and `install-includes` cabal fields added, to allow
+  packages depending on persistent-sqlite access to the header files.
+
 ## 2.10.6
 
 * Bump SQLite amalgamation to version 3.30.1 [#991](https://github.com/yesodweb/persistent/pull/991)
diff --git a/persistent-sqlite.cabal b/persistent-sqlite.cabal
--- a/persistent-sqlite.cabal
+++ b/persistent-sqlite.cabal
@@ -1,5 +1,5 @@
 name:            persistent-sqlite
-version:         2.10.6
+version:         2.10.6.1
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -71,6 +71,8 @@
     else
         c-sources:   cbits/sqlite3.c
         include-dirs: cbits
+        includes:    sqlite3.h
+        install-includes: sqlite3.h
         cc-options:  -fPIC -std=c99
     if flag(full-text-search)
       cc-options: -DSQLITE_ENABLE_FTS3
