From 6bf10bffe6ed8a0307ada1b9655e1771842421fe Mon Sep 17 00:00:00 2001
From: Julien Moutinho <julm+symantic-parser@sourcephile.fr>
Date: Fri, 1 Jan 2021 05:53:04 +0100
Subject: [PATCH] fix required GHC version

---
 symantic-parser.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/symantic-parser.cabal b/symantic-parser.cabal
index 2999199..af7989c 100644
--- a/symantic-parser.cabal
+++ b/symantic-parser.cabal
@@ -64,7 +64,7 @@ category: Parsing
 extra-source-files:
 extra-tmp-files:
 build-type: Simple
-tested-with: GHC==9.0.1
+tested-with: GHC==9.0.0
 
 source-repository head
   type: git
-- 
2.49.0