Merge pull request #33158 from shlevy/hslib-haskell-build-inputs-again

Revert "Revert "hslib: Function to extract the haskell build inputs of a package.""
This commit is contained in:
Peter Simons
2017-12-29 20:51:24 +01:00
committed by GitHub
2 changed files with 82 additions and 0 deletions
@@ -356,6 +356,8 @@ stdenv.mkDerivation ({
inherit pname version;
compiler = ghc;
isHaskellLibrary = hasActiveLibrary;
# TODO: ask why the split outputs are configurable at all?