packages feed

dhall-fly-0.2.3: dhall-concourse/helpers/taskWithHooks.dhall

let Types = ../types/package.dhall

in    (   λ(taskStep : Types.TaskStep)
        → λ(hooks : Types.StepHooks Types.Step)
        → λ(Step : Type)
        → λ(constructors : Types.StepConstructors Step)
        → constructors.task
            taskStep
            (./translateHooks.dhall hooks Step constructors)
      )
    : Types.TaskStep → Types.StepHooks Types.Step → Types.Step