From 90b639737909391c6289c5c5fd0c743f7ff0cc27 Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
Date: Sun, 14 Nov 2021 17:45:55 +0000
Subject: [PATCH] Update Readme.md

---
 Readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Readme.md b/Readme.md
index 1f4b17d..1da89e6 100644
--- a/Readme.md
+++ b/Readme.md
@@ -55,7 +55,7 @@ By default `walint` prints lints in a hopefully human-readable manner. If the
 `--json` option is given, it will instead give a json that should conform to
 the following schema:
 
-```purescript
+```haskell
 -- | The main type of walint's output
 type Output = 
   { mapLints :: Map FilePath MapLint
-- 
GitLab