packages feed

haskell-neo4j-client 0.2.0.2 → 0.2.1.0

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Database.Neo4j.Batch: BatchFuture :: Int -> BatchFuture a
+ Database.Neo4j.Batch: newtype BatchFuture a

Files

haskell-neo4j-client.cabal view
@@ -1,5 +1,5 @@ name:                haskell-neo4j-client-version:             0.2.0.2+version:             0.2.1.0 synopsis:            A Haskell neo4j client description:              Library to interact with Neo4j databases. For now, its API covers basic operations for nodes, relationships, labels
src/Database/Neo4j/Batch.hs view
@@ -6,7 +6,7 @@     -- $use          -- * General-    Batch, runBatch,+    Batch, runBatch, BatchFuture(..),     -- * Nodes     createNode, getNode, deleteNode,     -- * Relationships