stack: The Haskell Tool Stack
Please see the documentation at https://docs.haskellstack.org for usage information.
If building a stack
executable for distribution, please download the
source code from https://github.com/commercialhaskell/stack/releases
and build it using Stack itself in order to ensure identical behaviour
to official binaries. This package on Hackage is provided for convenience
and bootstrapping purposes.
Note that the API for the library is not currently stable, and may change significantly, even between minor releases. It is currently only intended for use by the executable.
[Skip to Readme]
Modules
[Index] [Quick Jump]
- Build_stack
- Control
- Concurrent
- Data
- GHC
- Utils
- GhcPkg
- Utils
- Network
- Options
- Path
- Paths_stack
- Stack
- Stack.Build
- Stack.BuildInfo
- Stack.BuildOpts
- Stack.BuildPlan
- Stack.CLI
- Stack.Clean
- Stack.Component
- Stack.ComponentFile
- Stack.Config
- Stack.ConfigCmd
- Stack.Constants
- Stack.Coverage
- Stack.DefaultColorWhen
- Stack.DependencyGraph
- Stack.Docker
- Stack.DockerCmd
- Stack.Dot
- Stack.Eval
- Stack.Exec
- Stack.FileWatch
- Stack.GhcPkg
- Stack.Ghci
- Stack.Hoogle
- Stack.IDE
- Stack.Init
- Stack.List
- Stack.Lock
- Stack.Ls
- Stack.New
- Stack.Nix
- Options
- Stack.Options.BenchParser
- Stack.Options.BuildMonoidParser
- Stack.Options.BuildParser
- Stack.Options.CleanParser
- Stack.Options.Completion
- Stack.Options.ConfigParser
- Stack.Options.DockerParser
- Stack.Options.DotParser
- Stack.Options.EvalParser
- Stack.Options.ExecParser
- Stack.Options.GhcBuildParser
- Stack.Options.GhcVariantParser
- Stack.Options.GhciParser
- Stack.Options.GlobalParser
- Stack.Options.HaddockParser
- Stack.Options.HpcReportParser
- Stack.Options.InitParser
- Stack.Options.LogLevelParser
- Stack.Options.LsParser
- Stack.Options.NewParser
- Stack.Options.NixParser
- Stack.Options.PackageParser
- Stack.Options.PathParser
- Stack.Options.SDistParser
- Stack.Options.ScriptParser
- Stack.Options.SetupParser
- Stack.Options.SnapshotParser
- Stack.Options.TestParser
- Stack.Options.UnpackParser
- Stack.Options.UpgradeParser
- Stack.Options.UploadParser
- Stack.Options.Utils
- Stack.Package
- Stack.PackageDump
- Stack.PackageFile
- Stack.Path
- Stack.Prelude
- Stack.Query
- Stack.Runners
- Stack.SDist
- Stack.Script
- Stack.Setup
- Stack.SetupCmd
- Stack.SourceMap
- Storage
- Stack.Templates
- Types
- Stack.Types.AddCommand
- Stack.Types.AllowNewerDeps
- Stack.Types.ApplyGhcOptions
- Stack.Types.ApplyProgOptions
- Stack.Types.Build
- Stack.Types.BuildConfig
- Stack.Types.BuildOpts
- Stack.Types.BuildOptsCLI
- Stack.Types.BuildOptsMonoid
- Stack.Types.CabalConfigKey
- Stack.Types.Cache
- Stack.Types.Casa
- Stack.Types.ColorWhen
- Stack.Types.CompCollection
- Stack.Types.Compiler
- Stack.Types.CompilerBuild
- Stack.Types.CompilerPaths
- Stack.Types.Component
- Stack.Types.ComponentUtils
- Stack.Types.Config
- Stack.Types.ConfigMonoid
- Stack.Types.ConfigureOpts
- Stack.Types.Curator
- Stack.Types.Dependency
- Stack.Types.DependencyTree
- Stack.Types.Docker
- Stack.Types.DockerEntrypoint
- Stack.Types.DotConfig
- Stack.Types.DotOpts
- Stack.Types.DownloadInfo
- Stack.Types.DumpLogs
- Stack.Types.DumpPackage
- Stack.Types.EnvConfig
- Stack.Types.EnvSettings
- Stack.Types.ExtraDirs
- Stack.Types.FileDigestCache
- Stack.Types.GHCDownloadInfo
- Stack.Types.GHCVariant
- Stack.Types.GhcOptionKey
- Stack.Types.GhcOptions
- Stack.Types.GhcPkgId
- Stack.Types.GlobalOpts
- Stack.Types.GlobalOptsMonoid
- Stack.Types.Installed
- Stack.Types.InterfaceOpt
- Stack.Types.IsMutable
- Stack.Types.LockFileBehavior
- Stack.Types.MsysEnvironment
- Stack.Types.NamedComponent
- Stack.Types.Nix
- Stack.Types.Package
- Stack.Types.PackageFile
- Stack.Types.PackageName
- Stack.Types.ParentMap
- Stack.Types.Platform
- Stack.Types.Project
- Stack.Types.ProjectAndConfigMonoid
- Stack.Types.ProjectConfig
- Stack.Types.PvpBounds
- Stack.Types.Runner
- Stack.Types.SCM
- Stack.Types.SetupInfo
- Stack.Types.Snapshot
- Stack.Types.SourceMap
- Stack.Types.StackYamlLoc
- Stack.Types.Storage
- Stack.Types.TemplateName
- Stack.Types.UnusedFlags
- Stack.Types.UploadOpts
- Stack.Types.Version
- Stack.Types.VersionedDownloadInfo
- Stack.Types.WantedCompilerSetter
- Stack.Uninstall
- Stack.Unpack
- Stack.Update
- Stack.Upgrade
- Stack.Upload
- System
Flags
Manual Flags
Name | Description | Default |
---|---|---|
developer-mode | By default, output extra developer information. | Disabled |
disable-git-info | Disable inclusion of current Git information in the Stack executable when it is built. | Disabled |
disable-stack-upload | For use only during development and debugging. Disable 'stack upload' so that it does not make HTTP requests. Stack will output information about the HTTP request(s) that it would have made if the command was enabled. | Disabled |
hide-dependency-versions | Hides dependency versions from 'stack --version'. Used only when building a Stack executable for official release. Note to packagers/distributors: DO NOT OVERRIDE THIS FLAG IF YOU ARE BUILDING STACK ANY OTHER WAY (e.g. using Cabal or from Hackage), as it makes debugging support requests more difficult. | Disabled |
integration-tests | Run the integration test suite. | Disabled |
static | When building the Stack executable, or the stack-integration-test executable, pass the -static and -pthread flags to the linker used by GHC. | Disabled |
supported-build | If false, causes 'stack --version' to issue a warning about the build being unsupported. Used only when building a Stack executable for official release. Note to packagers/distributors: DO NOT OVERRIDE THIS FLAG IF YOU ARE BUILDING STACK ANY OTHER WAY (e.g. using Cabal or from Hackage), as it makes debugging support requests more difficult. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- stack-3.1.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.0, 0.0.1, 0.0.2, 0.0.2.1, 0.0.3, 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.3.1, 0.1.4.0, 0.1.4.1, 0.1.5.0, 0.1.6.0, 0.1.8.0, 0.1.10.0, 0.1.10.1, 1.0.0, 1.0.2, 1.0.4, 1.0.4.1, 1.0.4.2, 1.0.4.3, 1.1.0, 1.1.2, 1.2.0, 1.3.0, 1.3.2, 1.4.0, 1.5.0, 1.5.1, 1.6.1, 1.6.1.1, 1.6.3, 1.6.3.1, 1.6.5, 1.7.1, 1.9.1, 1.9.1.1, 1.9.3, 1.9.3.1, 2.1.1, 2.1.1.1, 2.1.3, 2.1.3.1, 2.3.1, 2.3.3, 2.5.1, 2.5.1.1, 2.7.1, 2.7.3, 2.7.5, 2.9.1, 2.9.3, 2.9.3.1, 2.11.1, 2.13.1, 2.15.1, 2.15.3, 2.15.5, 2.15.7, 3.1.1, 9.9.9 (info) |
---|---|
Change log | ChangeLog.md |
Dependencies | aeson (>=2.0.3.0), aeson-warning-parser (>=0.1.1), ansi-terminal (>=1.0.2), array (>=0.5.6.0), async (>=2.2.5), attoparsec (>=0.14.4), base (>=4.16.0.0 && <5), base64-bytestring (>=1.2.1.0), bytestring (>=0.11.5.3), Cabal (>=3.8.1.0 && <3.12), casa-client (>=0.0.2), companion (>=0.1.0), conduit (>=1.3.5), conduit-extra (>=1.3.6), containers (>=0.6.7), crypton (>=0.34), directory (>=1.3.8.5), echo (>=0.1.4), exceptions (>=0.10.7), extra (>=1.7.16), file-embed (>=0.0.16.0), filelock (>=0.1.1.7), filepath (>=1.4.200.1), fsnotify (>=0.4.1), generic-deriving (>=1.14.5), ghc-boot (>=9.6.6), githash (>=0.1.7.0), hashable (>=1.4.4.0), hi-file-parser (>=0.1.6.0), hpack (>=0.36.0), hpc (>=0.6.2.0), hspec (>=2.11.9), http-client (>=0.7.17), http-client-tls (>=0.3.6.2), http-conduit (>=2.3.8.3), http-download (>=0.2.1.0), http-types (>=0.12.4), memory (>=0.18.0), microlens (>=0.4.13.1), mtl (>=2.3.1), mustache (>=2.4.2), neat-interpolation (>=0.5.1.4), network (>=3.1.2.9), open-browser (>=0.2.1.0), optparse-applicative (>=0.18.1.0), optparse-generic (>=1.5.2), optparse-simple (>=0.1.1.4), pantry (>=0.10.0), path (>=0.9.5), path-io (>=1.8.2), persistent (>=2.14.0.0 && <2.15), persistent-sqlite (>=2.13.3.0), pretty (>=1.1.3.6), process (>=1.6.13.2), project-template (>=0.2.1.0), random (>=1.2.1.2), rio (>=0.1.22.0), rio-prettyprint (>=0.1.8.0), split (>=0.2.5), stack, stm (>=2.5.1.0), tar (>=0.6.2.0), template-haskell (>=2.20.0.0), text (>=2.0.2), time (>=1.12.2), transformers (>=0.6.1.0), unix, unix-compat (>=0.7.2), unordered-containers (>=0.2.20), vector (>=0.13.1.0), Win32 (>=2.13.3.0), yaml (>=0.11.11.2), zlib (>=0.6.3.0) [details] |
License | BSD-3-Clause |
Author | Commercial Haskell SIG |
Maintainer | manny@fpcomplete.com |
Revised | Revision 1 made by mpilgrem at 2024-10-29T09:52:55Z |
Category | Development |
Home page | http://haskellstack.org |
Bug tracker | https://github.com/commercialhaskell/stack/issues |
Source repo | head: git clone https://github.com/commercialhaskell/stack |
Uploaded | by mpilgrem at 2024-07-28T18:25:02Z |
Distributions | Arch:2.9.1, Debian:2.3.3, Fedora:2.9.3.1, LTSHaskell:2.15.7, NixOS:3.1.1, Stackage:3.1.1 |
Reverse Dependencies | 3 direct, 1 indirect [details] |
Executables | stack-integration-test, stack |
Downloads | 59407 total (299 in the last 30 days) |
Rating | 2.25 (votes: 7) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user [build log] All reported builds failed as of 2024-07-28 [all 2 reports] |