getHaskellBuildInputs
pkgs.haskell.lib.getHaskellBuildInputs
Docs pulled from | This Revision | 10 minutes ago
package.
Noogle detected
Implementation
The following is the current implementation of this function.
getHaskellBuildInputs = p: (getBuildInputs p).haskellBuildInputs;