Cabal revisions of direct-sqlite-2.3.24
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: direct-sqlite version: 2.3.24+x-revision: 1 synopsis: Low-level binding to SQLite3. Includes UTF8 and BLOB support. description: This package is not very different from the other SQLite3 bindings out there, but it fixes a few deficiencies I was finding. As compared to Database.SQLite3.Bindings Database.SQLite3.Bindings.Types Database.SQLite3.Direct- build-depends: base >= 4.1 && < 5+ build-depends: base >= 4.8 && < 5 , bytestring >= 0.9.2.1 , semigroups >= 0.18 && < 0.19 , text >= 0.11