From 6511dc0246857cc45ff831cbf045f468fcb6bba8 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sun, 25 Feb 2018 11:22:37 -0800 Subject: [PATCH] Add missing import --- ShellCheck/Parser.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellCheck/Parser.hs b/ShellCheck/Parser.hs index 4be7b7f..9ae9953 100644 --- a/ShellCheck/Parser.hs +++ b/ShellCheck/Parser.hs @@ -25,7 +25,7 @@ import ShellCheck.ASTLib import ShellCheck.Data import ShellCheck.Interface -import Control.Applicative ((<*)) +import Control.Applicative ((<*), (*>)) import Control.Monad import Control.Monad.Identity import Control.Monad.Trans