packages feed

HDBC-sqlite3 2.2.0.0 → 2.3.0.0

raw patch · 1 files changed

+3/−6 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

HDBC-sqlite3.cabal view
@@ -1,9 +1,9 @@ Name: HDBC-sqlite3-Version: 2.2.0.0+Version: 2.3.0.0 License: LGPL Maintainer: John Goerzen <jgoerzen@complete.org> Author: John Goerzen-Copyright: Copyright (c) 2005-2009 John Goerzen+Copyright: Copyright (c) 2005-2010 John Goerzen license-file: COPYRIGHT extra-source-files: COPYING, hdbc-sqlite3-helper.h, Makefile homepage: http://software.complete.org/hdbc-sqlite3@@ -21,10 +21,7 @@   default: False  Library-  Build-Depends: base>=3 && < 5, bytestring, mtl, HDBC>=2.2.0, utf8-string--  if impl(ghc >= 6.9)-    Build-Depends: base >= 4 && < 5+  Build-Depends: base>=4 && < 5, bytestring, mtl, HDBC>=2.2.0, utf8-string    C-Sources: hdbc-sqlite3-helper.c   include-dirs: .