From be1e63508a87298b14843dc3b422a6a9d7500659 Mon Sep 17 00:00:00 2001 From: Even Brenden <2512008+evenbrenden@users.noreply.github.com> Date: Tue, 27 Jun 2023 09:08:04 +0200 Subject: [PATCH] docs: Add reference to Haskell SDK (#3752) Hi! Adding a link to a some-batteries-included Haskell Unleash SDK. It uses a "core" library underneath that adheres to your [Client Specifications](https://github.com/Unleash/client-specification). Could add a link to that too, but from what I can tell, it's overlapped by your Yggdrasil project. We have been using the SDK for a handful of months now and we're happy with how it works. Hope you'll have it :) Co-authored-by: Even Brenden --- website/docs/reference/sdks/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/reference/sdks/index.md b/website/docs/reference/sdks/index.md index 3705a7b61e..8feda34d42 100644 --- a/website/docs/reference/sdks/index.md +++ b/website/docs/reference/sdks/index.md @@ -113,6 +113,7 @@ Here's some of the fantastic work our community has done to make Unleash work in - C++ ([aruizs/unleash-client-cpp](https://github.com/aruizs/unleash-client-cpp)) - Dart ([uekoetter.dev/unleash-client-dart](https://pub.dev/packages/unleash)) - Elixir ([afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex)) +- Haskell ([finn-no/unleash-client-haskell](https://github.com/finn-no/unleash-client-haskell)) - Kotlin ([silvercar/unleash-client-kotlin](https://github.com/silvercar/unleash-client-kotlin)) - Laravel - PHP ([mikefrancis/laravel-unleash](https://github.com/mikefrancis/laravel-unleash)) - NestJS - Node.js ([pmb0/nestjs-unleash](https://github.com/pmb0/nestjs-unleash))