Popularity
8.8
Stable
Activity
0.0
Stable
28
27
4

Monthly Downloads: 22
Programming language: Haskell
License: MIT License
Tags: Development     Distribution     Stackage     DevOps    
Latest version: v0.1.0

stackage-cli alternatives and similar packages

Based on the "stackage" category.
Alternatively, view stackage-cli alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of stackage-cli or a related project?

Add another 'stackage' Package

README

stackage-cli

Build Status

A command-line interface for leveraging stackage.

You must have ghc, ghc-pkg, and cabal on your $PATH. This program will make various calls to those executables on your behalf.

This package provides two executables: the stackage executable, and its alias, stk. The stackage command-line program will inspect your path for stackage plugins, and will dispatch to them. Anything on your $PATH prefixed stackage- that responds to the --summary flag is considered a stackage plugin.

(This package also provides a library, Stackage.CLI, which is intended to make the process of writing stackage plugins easier.)

This package no longer provides any plugins (which makes it rather useless on its own). You can find the init, purge, and upgrade plugins in the stackage-cabal package. You can find the sandbox plugin in the stackage-sandbox package.

Further reading

See also: this example on the stackage-cli wiki.