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.
-
stackage
Stable Haskell package sets: vetted consistent packages from Hackage -
stackage-upload
A more secure version of cabal upload which uses HTTPS -
stackage-cabal
A CLI executable for cabal-based stackage commands -
stackage-update
Update your package index incrementally (requires git) -
stackage-metadata
Tool for extracting metadata on all packages -
stackage-install
Secure download of packages for cabal-install -
stackage-build-plan
Calculate and print (in different formats) Stackage build plans
ONLYOFFICE Docs — document collaboration in your environment
Do you think we are missing an alternative of stackage-cli or a related project?
README
stackage-cli
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.