File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 48
48
- warn : {lhs: nubBy, rhs: Data.List.Extra.nubOrdBy}
49
49
- warn : {lhs: Data.List.Extra.nubOn, rhs: Data.List.Extra.nubOrdOn}
50
50
51
- # DA specific hints
52
- - warn : {lhs: Data.Text.pack (DA.Pretty.renderPlain x), rhs: DA.Pretty.renderPlain x}
53
- - warn : {lhs: Data.Text.Extended.pack (DA.Pretty.renderPlain x), rhs: DA.Pretty.renderPlain x}
54
- - warn : {lhs: DA.Pretty.renderPlain (DA.Pretty.pretty x), rhs: DA.Pretty.renderPretty x}
55
- - warn : {lhs: Data.Text.readFile, rhs: Data.Text.Extended.readFileUtf8}
56
- - warn : {lhs: Data.Text.writeFile, rhs: Data.Text.Extended.writeFileUtf8}
57
- - warn : {lhs: Data.Text.Lazy.readFile, rhs: Data.Text.Extended.readFileUtf8}
58
- - warn : {lhs: Data.Text.Lazy.writeFile, rhs: Data.Text.Extended.writeFileUtf8}
59
- - warn : {lhs: System.Environment.setEnv, rhs: System.Environment.Blank.setEnv}
60
-
61
51
# Specify additional command line arguments
62
52
#
63
53
- arguments : ["--cpp-include=include"]
You can’t perform that action at this time.
0 commit comments