haskell-neo4j-client 0.3.0.14 → 0.3.0.15
raw patch · 1 files changed
+4/−4 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
haskell-neo4j-client.cabal view
@@ -1,5 +1,5 @@ name: haskell-neo4j-client-version: 0.3.0.14+version: 0.3.0.15 synopsis: A Haskell neo4j client description: Library to interact with Neo4j databases. @@ -14,9 +14,9 @@ . . All code has been tested with Neo4j versions 2.0.3, 2.1.5, 2.1.7 and 2.2.0-- 2.2.0 added authentication to the API this driver uses, this is not supported yet by this driver but will be soon- in the meantime you will have to disable it. (see http://neo4j.com/docs/stable/security-server.html#security-server-auth)+ .+ 2.2.0 added authentication to the API this driver uses, this is not supported yet by this driver but it will be soon.+ In the meantime you will have to disable it. homepage: https://github.com/asilvestre/haskell-neo4j-rest-client license: MIT license-file: LICENSE