packages feed

haskelldb-hdbc 0.12 → 0.13

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~HDBCdep ~basedep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: HDBC, base, containers, haskelldb, mtl, old-time

API changes (from Hackage documentation)

Files

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