packages feed

HDBC 2.2.2 → 2.2.3

raw patch · 1 files changed

+3/−3 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

HDBC.cabal view
@@ -1,9 +1,9 @@ Name: HDBC-Version: 2.2.2+Version: 2.2.3 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 homepage: http://software.complete.org/hdbc@@ -56,9 +56,9 @@ Executable runtests    if flag(buildtests)       Buildable: True+      Build-Depends: HUnit, QuickCheck, testpack    else       Buildable: False-   Build-Depends: HUnit, QuickCheck, testpack    Main-Is: runtests.hs    Other-Modules: TestSqlValue                   TestInfrastructure