Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Database/SQLite3/Bindings/Types.hsc
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.45.0

-- and 'decodeColumnType' are still exhaustive.
decodeError :: CError -> Error
decodeError (CError n) = case n of
Expand Down