You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/09/30 14:56:53 UTC

[flink-statefun] branch master updated: [docs] Add Haskell SDK to 3rd party SDKs

This is an automated email from the ASF dual-hosted git repository.

tzulitai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git


The following commit(s) were added to refs/heads/master by this push:
     new 75b9dfe  [docs] Add Haskell SDK to 3rd party SDKs
75b9dfe is described below

commit 75b9dfec90c52d5cd41a97297ce1e768146fb745
Author: Timothy Bess <td...@gmail.com>
AuthorDate: Mon Sep 21 22:43:14 2020 -0400

    [docs] Add Haskell SDK to 3rd party SDKs
    
    This closes #161.
---
 docs/sdk/external.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/sdk/external.md b/docs/sdk/external.md
index 66df5f5..0f1f048 100644
--- a/docs/sdk/external.md
+++ b/docs/sdk/external.md
@@ -42,3 +42,10 @@ None of these SDKs are managed by the Flink PMC and the normal rules of open sou
 - Maintainer: [Aljoscha Krettek](https://github.com/aljoscha)
 - Artifact: [crates.io](https://crates.io/crates/statefun)
 - License: [MIT License](https://github.com/aljoscha/statefun-rust/blob/main/LICENSE)
+
+## Haskell
+
+- Repository: [https://github.com/tdbgamer/flink-statefulfun-hs](https://github.com/tdbgamer/flink-statefulfun-hs)
+- Maintainer: [Timothy Bess](https://github.com/tdbgamer)
+- Artifact: [Hackage](https://hackage.haskell.org/package/flink-statefulfun-0.1.0.1)
+- License: [MPL-2.0](https://github.com/tdbgamer/flink-statefulfun-hs/blob/master/LICENSE)