query
On this page

getHaskellBuildInputs

pkgs.haskell.lib.getHaskellBuildInputs

Docs pulled from | This Revision | 1 day ago


Nixpkgs manual

package.

Noogle detected

Implementation

The following is the current implementation of this function.

getHaskellBuildInputs = p: (getBuildInputs p).haskellBuildInputs;