diff --git a/DevGuide.md b/DevGuide.md index 65a39ba..f28931b 100644 --- a/DevGuide.md +++ b/DevGuide.md @@ -93,14 +93,6 @@ We can start by looking at the AST for `sort file > tmp`. In a ShellCheck source ``` *ShellCheck.AST> :load src/ShellCheck/Parser.hs -: warning: [-Wmissing-home-modules] - These modules are needed for compilation but not listed in your .cabal file's other-modules: - Paths_ShellCheck - ShellCheck.AST - ShellCheck.ASTLib - ShellCheck.Data - ShellCheck.Interface - ShellCheck.Regex [1 of 7] Compiling Paths_ShellCheck ( /home/james/repos/shellcheck/dist-newstyle/build/x86_64-linux/ghc-8.8.4/ShellCheck-0.7.2/build/autogen/Paths_ShellCheck.hs, interpreted ) [2 of 7] Compiling ShellCheck.Regex ( src/ShellCheck/Regex.hs, interpreted ) [3 of 7] Compiling ShellCheck.AST ( src/ShellCheck/AST.hs, interpreted )