query
On this page

dontCheck

pkgs.haskell.lib.dontCheck

Docs pulled from | This Revision | about 1 hour ago


dontCheck disables dependency checking, compilation and execution of test suites listed in the package description file.


Noogle detected

Implementation

The following is the current implementation of this function.

dontCheck = compose.dontCheck;