mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-07 21:41:34 -07:00
Add missing imports for later GHC versions
This commit is contained in:
parent
0786b2bf3c
commit
2a16a4e8c1
4 changed files with 10 additions and 3 deletions
|
@ -23,6 +23,7 @@ module ShellCheck.Fixer (applyFix, removeTabStops, mapPositions, Ranged(..), run
|
|||
|
||||
import ShellCheck.Interface
|
||||
import ShellCheck.Prelude
|
||||
import Control.Monad
|
||||
import Control.Monad.State
|
||||
import Data.Array
|
||||
import Data.List
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue