@hackage / unusable-pkg

Utility construction of the graph depending unusable packages.

Latest0.1

About

Metadata

  • Last updated , by YuriyIskra
  • License BSD-3-Clause
  • Maintained by: Yuriy Iskra

  • Lottery factor: 0

Links

Installation

Readme

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@