unusable-pkg

Utility construction of the graph depending unusable packages.

Latest on Hackage:0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Yuriy Iskra
Maintained by Yuriy Iskra

Utility construction of the graph (dot format) dependencies unusable packets from the output of stderr ghc -v.

Usage(tested only Ubuntu):

@#!/bin/bash

ghc -v 2>&1 | unusablepkg | tred | dot -Tpdf > unusable.pdf

#evince unusable.pdf@