Skip to content

Commit bf54007

Browse files
comment
1 parent 2f5b52b commit bf54007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Haskell/Template/Task.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ defaultCode = BS.unpack (encode defaultSolutionConfig) ++
128128
\# syntaxCutoff - determines the last step in the syntax phase (later steps are considered semantics)
129129
\# possible values (and also the order of steps):
130130
\# Compilation, GhcErrors, HlintErrors, TemplateMatch, TestSuite
131-
\# default on omission is TemplateMatch; steps after TestSuite are:
131+
\# default on omission is TemplateMatch; steps after TestSuite are (in this order):
132132
\# GhcWarnings, HlintSuggestions
133133
----------
134134
module Solution where

0 commit comments

Comments
 (0)