packages feed

haskelldb-hdbc-sqlite3 0.12 → 0.13

raw patch · 1 files changed

+7/−5 lines, 1 filesdep ~HDBCdep ~HDBC-sqlite3dep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: HDBC, HDBC-sqlite3, base, haskelldb, haskelldb-hdbc, mtl

API changes (from Hackage documentation)

Files

haskelldb-hdbc-sqlite3.cabal view
@@ -1,5 +1,5 @@ Name: haskelldb-hdbc-sqlite3-Version: 0.12+Version: 0.13 Cabal-version: >= 1.2 Build-type: Simple Copyright: The authors@@ -12,13 +12,15 @@  Library   Build-depends: -    mtl, -    haskelldb>=0.12, haskelldb-hdbc>=0.12,-    HDBC>=2.0.0 && < 2.2.0, HDBC-sqlite3>=2.0.0 && < 2.2.0+    mtl >= 1 && < 2, +    haskelldb >= 0.12 && < 1, haskelldb-hdbc >= 0.12 && < 1,+    HDBC >= 2 && < 3, HDBC-sqlite3 >= 2 && < 3+   if flag(split-base)-    Build-depends: base >= 3.0+    Build-depends: base >= 3.0 && < 5   else     Build-depends: base < 3.0+   Extensions: ExistentialQuantification,             OverlappingInstances,             UndecidableInstances,