packages feed

Cabal revisions of direct-sqlite-2.3.20

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 name: direct-sqlite
 version: 2.3.20
+x-revision: 1
 build-type: Simple
 license: BSD3
 license-file: LICENSE
 category: Database
 synopsis: Low-level binding to SQLite3.  Includes UTF8 and BLOB support.
 Cabal-version: >= 1.10
-Build-type: Simple
 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
   }
 
   include-dirs: .
-  build-depends: base >= 4.1 && < 5,
+  build-depends: base >= 4.1 && < 4.11,
                  bytestring >= 0.9.2.1,
                  text >= 0.11
   ghc-options: -Wall -fwarn-tabs