Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ buildDunePackage, resto, resto-directory, cohttp-lwt }:
buildDunePackage {
pname = "resto-cohttp";
inherit (resto) src version meta doCheck;
propagatedBuildInputs = [
resto
resto-directory
cohttp-lwt
];
}