riak 1.1.2.2 → 1.1.2.3
raw patch · 2 files changed
+12/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- riak.cabal +2/−1
- tests/test.yaml +10/−0
riak.cabal view
@@ -1,5 +1,5 @@ name: riak-version: 1.1.2.2+version: 1.1.2.3 synopsis: A Haskell client for the Riak decentralized data store description: A Haskell client library for the Riak decentralized data@@ -44,6 +44,7 @@ extra-source-files: README.markdown Changes.md+ tests/test.yaml cabal-version: >=1.8
+ tests/test.yaml view
@@ -0,0 +1,10 @@+# Riak host+host: localhost++# Riak ports+httpPort: 8098+protoPort: 8087++# String to prefix shell commands that exec riak-admin commands, e.g.+# "docker exec riak01"+admin: "sudo"