fossas / fossa-cli

Fast, portable and reliable dependency analysis for any codebase. Supports license & vulnerability scanning for large monoliths. Language-agnostic; integrates with 20+ build systems.
https://fossa.com
Other
1.29k stars 173 forks source link

Upgrade zlib. #1468

Closed csasarak closed 2 months ago

csasarak commented 2 months ago

Overview

upgrade zlib.

Checklist

csasarak commented 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.