UNPKG

semantic-release-stack-upload

Version:

A semantic-release plugin to upload Haskell packages to Hackage with stack

6 lines (5 loc) 223 B
export interface ExecLogger { log: (fmt: string, arg?: string) => void; error: (fmt: string, arg?: string) => void; } export declare const exec: (cmd: string, args: string[], logger: ExecLogger) => Promise<number>;