Cover up the -compose part of the Haskell package

This commit is contained in:
Robert Hensing 2019-06-23 21:27:44 +02:00
parent 6882a92e56
commit 36e48776cf

View File

@ -16,6 +16,7 @@ in
passthru = o.passthru // {
inherit eval build;
};
pname = "arion"; # Cover up the needlessly long Haskell package name
}));
tests = super.callPackage ../tests {};
doc = super.callPackage ../doc {};