query
On this page

buildStrictly

pkgs.haskell.lib.buildStrictly

Docs pulled from | This Revision | 8 minutes ago


Build the package in a strict way to uncover potential problems. This includes buildFromSdist and failOnAllWarnings.


Noogle detected

Implementation

The following is the current implementation of this function.

buildStrictly = pkg: buildFromSdist (failOnAllWarnings pkg);