packages feed

haskell-neo4j-client 0.3.0.1 → 0.3.0.2

raw patch · 1 files changed

+7/−4 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

haskell-neo4j-client.cabal view
@@ -1,13 +1,16 @@ name:                haskell-neo4j-client-version:             0.3.0.1+version:             0.3.0.2 synopsis:            A Haskell neo4j client description:              Library to interact with Neo4j databases.      .     This library covers: -    .   -Cypher transactions-    .   -CRUD operations for nodes, relationships, labels and indexes-    .   -Batch calls for CRUD operations.+    .+       -Cypher transactions+    .+       -CRUD operations for nodes, relationships, labels and indexes+    .+       -Batch calls for CRUD operations.     .     .     All code has been tested with Neo4j versions 2.0.3 and 2.1.5