From 7e035115bb56a7e0d99638823c5ce9f339e26426 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Mon, 2 Aug 2021 09:05:50 +0300 Subject: [PATCH] mdbx-doc: add ref to Haskell bindings. --- .github/actions/spelling/expect.txt | 4 ++++ ChangeLog.md | 4 ++++ README.md | 1 + 3 files changed, 9 insertions(+) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 2b701265..c47ac33a 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -520,6 +520,7 @@ Firefox firstvalue fixedpoint FIXME +fjvallarino flagbit flg flipcoin @@ -617,9 +618,11 @@ grep gtags gz gzip +hackage HAGL hallvard hardcoded +haskell HASSEMAPHORE hdiutil hdr @@ -1835,6 +1838,7 @@ Vaefnrs valbool valgrind validator +Vallarino valnum valsize valstr diff --git a/ChangeLog.md b/ChangeLog.md index c709106e..8a0bdba9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -19,6 +19,10 @@ ChangeLog - Finalize C++ API (few typos and trivia bugs are still likely for now). - Packages for [Astra Linux](https://astralinux.ru/), [ALT Linux](https://www.altlinux.org/), [ROSA Linux](https://www.rosalinux.ru/), etc. +Acknowledgements: + + - [Francisco Vallarino](https://github.com/fjvallarino) for [Haskell bindings for libmdbx](https://hackage.haskell.org/package/libmdbx). + ## v0.10.2 at 2021-07-26 diff --git a/README.md b/README.md index e0278a18..bf9d3a1b 100644 --- a/README.md +++ b/README.md @@ -564,6 +564,7 @@ Bindings | Runtime | Repo | Author | | ------- | ------ | ------ | +| Haskell | [libmdbx-hs](https://hackage.haskell.org/package/libmdbx) | [Francisco Vallarino](https://github.com/fjvallarino) | | Python (draft) | [python-bindings](https://github.com/erthink/libmdbx/commits/python-bindings) branch | [Noel Kuntze](https://github.com/Thermi) | NodeJS | [lmdbx-store](https://github.com/kriszyp/lmdbx-store) | [Kris Zyp](https://github.com/kriszyp/) | NodeJS | [node-mdbx](https://www.npmjs.com/package/node-mdbx/) | [Сергей Федотов](mailto:sergey.fedotov@corp.mail.ru) |