Cabal revisions of sqlite-0.5.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: sqlite Version: 0.5.3+x-revision: 1 Synopsis: Haskell binding to sqlite3 Description: Haskell binding to sqlite3 <http://sqlite.org/>. description: Compile sqlite3 as a part of the library. library- Build-depends: base >= 3 && < 5, pretty, utf8-string, bytestring, time,+ Build-depends: base >= 3 && < 4.11, pretty, utf8-string, bytestring, time, directory Extensions: ForeignFunctionInterface, GeneralizedNewtypeDeriving, TypeSynonymInstances, ScopedTypeVariables,