direct-sqlite 2.3.5 → 2.3.6
raw patch · 2 files changed
+4/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- cbits/sqlite3.c too large to diff
- direct-sqlite.cabal +4/−1
cbits/sqlite3.c view
file too large to diff
direct-sqlite.cabal view
@@ -1,5 +1,5 @@ name: direct-sqlite-version: 2.3.5+version: 2.3.6 build-type: Simple license: BSD3 license-file: LICENSE@@ -20,6 +20,9 @@ supports strings encoded as UTF8, and BLOBs represented as ByteStrings. . Release history:+ .+ [Version 2.3.6] Re-apply the stat64 hack after upgrade to the bundled+ SQLite3. Oops! . [Version 2.3.5] Add support to compile bundled SQLite3 with full-text search. Upgrade bundled SQLite3 to 3.7.17. .