summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-05-25 19:38:06 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2025-05-25 19:38:06 +0200
commite95f409e90322d1477993eade2462c8c47e69e8d (patch)
treeec3bd64817c88433b0d7cadd83820fa16d2ba379 /src
parent72e423363b54456346a20f45cac6bcb363902444 (diff)
Fix build with older base
Diffstat (limited to 'src')
-rw-r--r--src/Parser/Shell.hs1
1 files changed, 1 insertions, 0 deletions
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