@hackage unusable-pkg0.1
Utility construction of the graph depending unusable packages.
Categories
License
BSD-3-Clause
Maintainer
Yuriy Iskra
Links
- Documentation
- No source repository
- Security
Versions
- 0.1 Sat, 25 Dec 2010
Installation
Dependencies (0)
Dependents (1)
@hackage/acme-everything
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@