Skip to content
Commit 8a928708 authored by Bas van Dijk's avatar Bas van Dijk Committed by Peter Simons
Browse files

haskell: add support for Haskell Program Coverage (HPC) to the generic builder

A function is added to enable the generation of a HPC report. For example:

  pkgs.haskell.lib.doCoverage drv

will create a HPC report of the Haskell package drv in the directory:

  $out/share/hpc

Closes https://github.com/NixOS/nixpkgs/pull/22797/files.
parent 35b21596
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment