failOnAllWarnings
pkgs.haskell.lib.failOnAllWarnings
Docs pulled from | This Revision | 10 minutes ago
Turn on most of the compiler warnings and fail the build if any of them occur.
Noogle detected
Implementation
The following is the current implementation of this function.
failOnAllWarnings = compose.failOnAllWarnings;