packages feed

direct-sqlite 2.3.3 → 2.3.3.1

raw patch · 3 files changed

+5/−3 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

cbits/sqlite3.c view

file too large to diff

cbits/sqlite3.h view
@@ -107,9 +107,9 @@ ** [sqlite3_libversion_number()], [sqlite3_sourceid()], ** [sqlite_version()] and [sqlite_source_id()]. */-#define SQLITE_VERSION        "3.7.15"+#define SQLITE_VERSION        "3.7.15.2" #define SQLITE_VERSION_NUMBER 3007015-#define SQLITE_SOURCE_ID      "2012-12-12 13:36:53 cd0b37c52658bfdf992b1e3dc467bae1835a94ae"+#define SQLITE_SOURCE_ID      "2013-01-09 11:53:05 c0e09560d26f0a6456be9dd3447f5311eb4f238f"  /* ** CAPI3REF: Run-Time Library Version Numbers
direct-sqlite.cabal view
@@ -1,5 +1,5 @@ name: direct-sqlite-version: 2.3.3+version: 2.3.3.1 build-type: Simple license: BSD3 license-file: LICENSE@@ -20,6 +20,8 @@   supports strings encoded as UTF8, and BLOBs represented as ByteStrings.   .   Release history:+  .+  [Version 2.3.3.1] Upgrade bundled SQLite3 to 3.7.15.2.   .   [Version 2.3.3] Add trace support, as a feature for debugging.   .