dmjio / pump

reverse dependency build matrix generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pump (the brakes)

Given a haskell package, construct a build matrix of all its (valid) reverse dependencies. This is useful if you want to estimate downstream breakage introduced by an API change, e.g. by building all of the relevant packages against the patched haskell package.

A lot of this code was lifted from https://github.com/snoyberg/packdeps.

About

reverse dependency build matrix generator

License:Other


Languages

Language:Haskell 100.0%