persistent-sqlite 2.10.6 → 2.10.6.1
raw patch · 2 files changed
+8/−1 lines, 2 files
Files
- ChangeLog.md +5/−0
- persistent-sqlite.cabal +3/−1
ChangeLog.md view
@@ -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)
persistent-sqlite.cabal view
@@ -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