Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 633 Bytes

README.markdown

File metadata and controls

40 lines (24 loc) · 633 Bytes

cabal-dependency-licenses

Compose a list of a project's transitive dependencies with their licenses

Installation

Through Hackage:

cabal install cabal-dependency-licenses

Usage

  1. Navigate to the source tree of a cabal package.

     $ cd Documents/Projects/stylish-haskell
    
  2. Make sure the package is configured correctly.

     $ cabal configure
    
  3. Use the tool.

     $ cabal-dependency-licenses
     # BSD3
    
     - aeson
     - array
     ...
     - void
     - yaml
    
     # MIT
    
     - conduit
     - text-stream-decode
    
     # LGPL
    
     - cpphs
     - polyparse