Closed csasarak closed 2 months ago
They're new as of the GHC upgrade. GHC itself added some warnings for usages of those functions (in addition to hlint) with the reasoning that the compiler discouraging usage of partial functions is easier for new users of GHC. I write a little bit about it in #1460. I had trouble configuring it so that the warning would be suppressed entirely short of putting pragmas in every place they're used.
Overview
upgrade zlib.
Checklist
docs/
.docs/README.ms
and gave consideration to how discoverable or not my documentation is.Changelog.md
. If this PR did not mark a release, I added my changes into an# Unreleased
section at the top..fossa.yml
orfossa-deps.{json.yml}
, I updateddocs/references/files/*.schema.json
AND I have updated example files used byfossa init
command. You may also need to update these if you have added/removed new dependency type (e.g.pip
) or analysis target type (e.g.poetry
).docs/references/subcommands/<subcommand>.md
.