packages feed

haskell-neo4j-client 0.3.0.4 → 0.3.0.5

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Database.Neo4j.Transactional.Cypher: type Transaction a = ExceptT TransError (ReaderT Connection (StateT TransState (ResourceT IO))) a

Files

haskell-neo4j-client.cabal view
@@ -1,5 +1,5 @@ name:                haskell-neo4j-client-version:             0.3.0.4+version:             0.3.0.5 synopsis:            A Haskell neo4j client description:              Library to interact with Neo4j databases. 
src/Database/Neo4j/Transactional/Cypher.hs view
@@ -24,7 +24,7 @@ -- >            return (result, result2) module Database.Neo4j.Transactional.Cypher (     -- * Types-    Result(..), Stats(..), ParamValue(..), Params, newparam, emptyStats, TransError,+    Result(..), Stats(..), ParamValue(..), Params, newparam, emptyStats, TransError, Transaction,     -- * Sending queries     loneQuery,  runTransaction, cypher, rollback, commit, keepalive, commitWith,     -- * Aux functions