From d91b4bf0b92e614cd83c1a40e6d5656cc7909d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Fija=C5=82kowski?= Date: Sat, 24 Mar 2018 01:31:45 +0100 Subject: [PATCH] Include Haskell bindings in implementations list --- docs/implementations.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/implementations.md b/docs/implementations.md index bdd5c19dd..ad3faed6b 100644 --- a/docs/implementations.md +++ b/docs/implementations.md @@ -57,3 +57,7 @@ There are several implementations of `libsass` for a variety of languages. Here ### Tcl * [tclsass](https://github.com/flightaware/tclsass) + +### Haskell +* [hLibsass](https://github.com/jakubfijalkowski/hlibsass) +* [hSass](https://github.com/jakubfijalkowski/hsass)