From df8cbbe83631df3d14b8fc4fafda7154b9788ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 11 Aug 2024 09:05:04 +0200 Subject: Fix missing import with newer mtl Changelog: Fix build with mtl-2.3 --- src/Parser.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Parser.hs b/src/Parser.hs index 5c79390..3c43a69 100644 --- a/src/Parser.hs +++ b/src/Parser.hs @@ -4,6 +4,7 @@ module Parser ( parseTestFile, ) where +import Control.Monad import Control.Monad.State import Control.Monad.Writer -- cgit v1.2.3