controlPhases
pkgs.haskell.lib.controlPhases
Docs pulled from | This Revision | 9 minutes ago
Some information about which phases should be run.
Noogle detected
Implementation
The following is the current implementation of this function.
controlPhases = ghc: let inherit (ghcInfo ghc) isCross; in
{ doCheck ? !isCross
, doBenchmark ? false
, ...
}: { inherit doCheck doBenchmark; };