Revert "Revert "hslib: Function to extract the haskell build inputs of a package.""

Trying again, without changing the generic builder.

This reverts commit 65138e8a41.
This commit is contained in:
Shea Levy
2017-12-28 21:29:23 -05:00
parent 5908726117
commit 1ee61d8f23
2 changed files with 82 additions and 0 deletions

View File

@@ -350,6 +350,8 @@ stdenv.mkDerivation ({
inherit pname version;
compiler = ghc;
isHaskellLibrary = hasActiveLibrary;
# TODO: ask why the split outputs are configurable at all?