From 9af79dc424a455419dce9cd31e064b5cb77fc31e Mon Sep 17 00:00:00 2001 From: Merijn Verstraaten Date: Sun, 16 Mar 2025 21:22:52 +0100 Subject: [PATCH] Update docs to match reality. --- Database/SQLite3/Bindings/Types.hsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/SQLite3/Bindings/Types.hsc b/Database/SQLite3/Bindings/Types.hsc index d3e6f60..2601a9f 100644 --- a/Database/SQLite3/Bindings/Types.hsc +++ b/Database/SQLite3/Bindings/Types.hsc @@ -336,7 +336,7 @@ newtype CError = CError CInt -- exception you can handle. -- -- Therefore, do not use direct-sqlite with a different version of SQLite than --- the one bundled (currently, 3.24.0). If you do, ensure that 'decodeError' +-- the one bundled (currently, 3.41.0). If you do, ensure that 'decodeError' -- and 'decodeColumnType' are still exhaustive. decodeError :: CError -> Error decodeError (CError n) = case n of