packages feed

haskelldb-hdbc-odbc 0.13 → 2.0

raw patch · 1 files changed

+11/−12 lines, 1 filesdep ~basedep ~haskelldbdep ~haskelldb-hdbcPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, haskelldb, haskelldb-hdbc

API changes (from Hackage documentation)

Files

haskelldb-hdbc-odbc.cabal view
@@ -1,30 +1,29 @@ Name: haskelldb-hdbc-odbc-Version: 0.13-Cabal-version: >= 1.2+Version: 2.0+Cabal-version: >= 1.6 Build-type: Simple Copyright: The authors+Homepage: http://trac.haskell.org/haskelldb Maintainer: haskelldb-users@lists.sourceforge.net Author: Daan Leijen, Conny Andersson, Martin Andersson, Mary Bergman, Victor Blomqvist, Bjorn Bringert, Anders Hockersten, Torbjorn Martin, Jeremy Shaw License: BSD3 Synopsis: HaskellDB support for the HDBC ODBC driver. -Flag split-base- Library   Build-depends:      mtl >= 1 && < 2, -    haskelldb >= 0.12 && < 1,-    haskelldb-hdbc >= 0.12 && < 1,+    haskelldb >= 2 && < 3,+    haskelldb-hdbc >= 2 && < 3,     HDBC >= 2 && < 3,-    HDBC-odbc >= 2 && < 3--  if flag(split-base)-    Build-depends: base >= 3 && < 5-  else-    Build-depends: base < 3+    HDBC-odbc >= 2 && < 3,+    base >= 3 && < 5    Exposed-Modules:         Database.HaskellDB.HDBC.ODBC  Executable DBDirect-hdbc-odbc   Main-is: DBDirect.hs++Source-repository head+  Type:       darcs+  Location:   http://code.haskell.org/haskelldb