From badb089ffbe9c029c88ad4eec490a11bd80c6166 Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Mon, 12 Aug 2019 19:30:25 +0200 Subject: [PATCH] Add gothic, a Haskell KVv2 engine API client (#7301) --- website/source/api/libraries.html.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/source/api/libraries.html.md b/website/source/api/libraries.html.md index 6fb234813..16f97f072 100644 --- a/website/source/api/libraries.html.md +++ b/website/source/api/libraries.html.md @@ -88,6 +88,13 @@ $ go get github.com/adfinis-sygroup/vault-client $ cabal install vault-tool ``` + +* [gothic](http://hackage.haskell.org/package/gothic) + +```shell +$ stack install gothic +``` + ### Java * [Spring Vault](https://github.com/spring-projects/spring-vault)