Updated DevGuide (markdown)

James Conroy
2021-09-29 18:10:04 -05:00
parent 8a002b0952
commit bab19a5ad5

@@ -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
<no location info>: 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 )