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