haskelldb-hdbc 2.2.1 → 2.2.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mtl
API changes (from Hackage documentation)
Files
- haskelldb-hdbc.cabal +2/−2
haskelldb-hdbc.cabal view
@@ -1,5 +1,5 @@ Name: haskelldb-hdbc-Version: 2.2.1+Version: 2.2.2 Cabal-version: >= 1.6 Build-type: Simple Copyright: The authors@@ -13,7 +13,7 @@ Category: Database Library- Build-depends: mtl >= 1 && < 2.1, haskelldb >= 2.2 && < 3, HDBC >= 2 && < 3, convertible >= 1.0.1 && < 2+ Build-depends: mtl >= 1 && < 3, haskelldb >= 2.2 && < 3, HDBC >= 2 && < 3, convertible >= 1.0.1 && < 2 Build-depends: base >= 3 && < 5, containers >= 0.2 && < 1, old-time >= 1 && < 2 Extensions: ExistentialQuantification, OverlappingInstances,