mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -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
|
@ -32,6 +32,7 @@ import ShellCheck.Regex
|
|||
|
||||
import Control.Arrow (first)
|
||||
import Control.DeepSeq
|
||||
import Control.Monad
|
||||
import Control.Monad.Identity
|
||||
import Control.Monad.RWS
|
||||
import Control.Monad.State
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue