packages feed

HDBC-odbc 2.0.0.0 → 2.1.0.0

raw patch · 1 files changed

+4/−2 lines, 1 filesdep ~HDBCdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: HDBC, base

API changes (from Hackage documentation)

Files

HDBC-odbc.cabal view
@@ -1,5 +1,5 @@ Name: HDBC-odbc-Version: 2.0.0.0+Version: 2.1.0.0 Cabal-Version: >=1.2.3 Build-type: Simple License: LGPL@@ -33,7 +33,9 @@     ExistentialQuantification,     ForeignFunctionInterface,     PatternSignatures-  Build-Depends: base, mtl, HDBC>=2.0.0, utf8-string, bytestring+  Build-Depends: base, mtl, HDBC>=2.1.0, utf8-string, bytestring+  if impl(ghc >= 6.9)+    Build-Depends: base >= 4   GHC-Options: -O2   C-Sources: hdbc-odbc-helper.c   if os(mingw32) || os(win32)