@hackage unusable-pkg0.1

Utility construction of the graph depending unusable packages.

  • Categories

    • License

      BSD-3-Clause

    • Maintainer

      Yuriy Iskra

    • Versions

      • 0.1 Sat, 25 Dec 2010

    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@