From e95f409e90322d1477993eade2462c8c47e69e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 25 May 2025 19:38:06 +0200 Subject: Fix build with older base --- src/Parser/Shell.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Parser') diff --git a/src/Parser/Shell.hs b/src/Parser/Shell.hs index a61352d..09f953c 100644 --- a/src/Parser/Shell.hs +++ b/src/Parser/Shell.hs @@ -3,6 +3,7 @@ module Parser.Shell ( shellScript, ) where +import Control.Applicative (liftA2) import Control.Monad import Data.Char -- cgit v1.2.3