From db7665476e65eed2b765ecb43516fa3c9c4ef3da Mon Sep 17 00:00:00 2001
From: Olivier Benz <olivier.benz@b-data.ch>
Date: Sat, 10 Sep 2022 12:58:31 +0200
Subject: [PATCH] Add link to similar project

---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 421cacc..a987bb0 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ who laid the groundwork for [this](https://gitlab.b-data.ch/ghc/ghc4pandoc).
 *  [Prerequisites](#prerequisites)
 *  [Install](#install)
 *  [Usage](#usage)
+*  [Similar project](#similar-project)
 *  [Contributing](#contributing)
 *  [License](#license)
 
@@ -72,6 +73,10 @@ from [the project's GitLab Container Registry](https://gitlab.b-data.ch/ghc/ghc4
 docker run --rm -ti registry.gitlab.b-data.ch/ghc/ghc4pandoc[:<major>[.<minor>[.<patch>]]]
 ```
 
+## Similar project
+
+* [utdemir/ghc-musl](https://github.com/utdemir/ghc-musl)
+
 ## Contributing
 
 PRs accepted.
@@ -82,4 +87,4 @@ This project follows the
 
 ## License
 
-[MIT](LICENSE) © 2021 Olivier Benz
\ No newline at end of file
+[MIT](LICENSE) © 2021 Olivier Benz
-- 
GitLab